Bug 1690184
Summary: | [3.10] Pre-allocated PV not utilized on OSP | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
Component: | Installer | Assignee: | Tzu-Mainn Chen <tzumainn> |
Installer sub component: | openshift-ansible | QA Contact: | Weihua Meng <wmeng> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | aos-bugs, bkincaid, eparis, gpei, jokerman, mmccomas, shiywang, sponnaga, tzumainn, wmeng |
Version: | 3.10.0 | ||
Target Milestone: | --- | ||
Target Release: | 3.10.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1657003 | Environment: | |
Last Closed: | 2019-06-11 09:30:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1657003 | ||
Bug Blocks: |
Comment 1
Tzu-Mainn Chen
2019-03-20 14:57:35 UTC
PR merged Fixed. openshift-ansible-3.10.129-1.git.0.7eeeb52.el7 [root@qe-wmengl6a310d2rcin-master-etcd-1 ~]# oc get pv NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE registry-volume 22Gi RWO Retain Bound default/registry-claim standard 1h [root@qe-wmengl6a310d2rcin-master-etcd-1 ~]# oc get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE registry-claim Bound registry-volume 22Gi RWO standard 1h Fixed. openshift-ansible-3.10.139-1.git.0.02bc5db.el7 # oc get pv NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE regpvwmeng1-volume 19G RWO Retain Bound default/regpvwmeng1-claim standard 10m # oc get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE regpvwmeng1-claim Bound regpvwmeng1-volume 19G RWO standard 15m 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-2019:0786 |