Bug 1513369
Summary: | Image snapshot-controller is using old api. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Liang Xia <lxia> |
Component: | Storage | Assignee: | Tomas Smetana <tsmetana> |
Status: | CLOSED ERRATA | QA Contact: | Liang Xia <lxia> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, aos-storage-staff |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:22:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Liang Xia
2017-11-15 10:02:44 UTC
Rebuilt the image with the new openshift-external-storage-snapshot-controller.x86_64 0:0.0.1-5.git78d6339.el7 package: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=14558950 Verified that the new images works fine. # docker exec -it 7fbf4a788c1e bash -c 'rpm -qa | grep snapshot' openshift-external-storage-snapshot-controller-0.0.1-5.git78d6339.el7.x86_64 # oc create -f ss.yaml volumesnapshot "snapshot-1" created # cat ss.yaml apiVersion: volumesnapshot.external-storage.k8s.io/v1 kind: VolumeSnapshot metadata: name: snapshot-1 spec: persistentVolumeClaimName: pvc Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |