Bug 1532986
| Summary: | PVC condition is still Resizing after Resizing is finished | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Chao Yang <chaoyang> |
| Component: | Storage | Assignee: | Hemant Kumar <hekumar> |
| Status: | CLOSED ERRATA | QA Contact: | Chao Yang <chaoyang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.9.0 | CC: | aos-bugs, aos-storage-staff, hekumar, xtian |
| Target Milestone: | --- | ||
| Target Release: | 3.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-28 14:19:05 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
Chao Yang
2018-01-10 07:50:21 UTC
There is a commit missing from openshift origin alpha releases which was include in standard 1.9.0 k8s release - https://github.com/kubernetes/kubernetes/pull/56587 The above commit makes sure that Conditions is reset once resizing has been finished. This commit is missing from origin unfortunately. I spoke with deads and this happened because origin was rebased with 1.9.0-beta and not final product. There is a rebase PR open - https://github.com/openshift/origin/pull/18003/files which will bring all the latest stuff from upstream 1.9 branch and that will include fix for this bug too. This should be available in latest builds now. Verified on oc v3.9.0-0.31.0 kubernetes v1.9.1+a0ce1bc657 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://ip-172-18-1-24.ec2.internal:443 openshift v3.9.0-0.31.0 kubernetes v1.9.1+a0ce1bc657 After resizing, pvc yaml file is like below: [root@ip-172-18-1-24 ~]# oc get pvc ebsc -o yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: pv.kubernetes.io/bind-completed: "yes" pv.kubernetes.io/bound-by-controller: "yes" volume.beta.kubernetes.io/storage-class: foo volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/aws-ebs creationTimestamp: 2018-01-29T03:10:10Z name: ebsc namespace: default resourceVersion: "9790" selfLink: /api/v1/namespaces/default/persistentvolumeclaims/ebsc uid: ea532ba6-04a1-11e8-bd3d-0ec8176f823a spec: accessModes: - ReadWriteOnce resources: requests: storage: 6Gi volumeName: pvc-ea532ba6-04a1-11e8-bd3d-0ec8176f823a status: accessModes: - ReadWriteOnce capacity: storage: 6Gi phase: Bound 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/RHBA-2018:0489 |