Bug 1988374
Summary: | OpenStack Cinder: Mounting XFS volume clone or restored snapshot to same node failed | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jan Safranek <jsafrane> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Storage sub component: | Kubernetes External Components | QA Contact: | Wei Duan <wduan> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, chaoyang, jsafrane, wduan |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1965155 | Environment: | |
Last Closed: | 2021-10-18 17:43:22 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: | 1965155 | ||
Bug Blocks: |
Description
Jan Safranek
2021-07-30 12:16:02 UTC
*** Bug 1988375 has been marked as a duplicate of this bug. *** Verified pass on 4.9.0-0.nightly-2021-08-29-010334. $ oc get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE mypvc-ori Bound pvc-7b89740c-9675-47ef-a87b-745362f7bb54 3Gi RWO standard-csi-test 6m16s mypvc-res Bound pvc-2774045e-b3e0-4c97-a380-fcc1605c25a2 3Gi RWO standard-csi-test 3m27s mypvc-res-1 Bound pvc-5f31de94-3b66-4367-8eb2-c73263f06856 3Gi RWO standard-csi-test 3m26s $ oc get volumesnapshot NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE mysnapshot true mypvc-ori 3Gi standard-csi snapcontent-75bf5d17-a85d-4731-a01e-1b531fbd2e55 3m12s 3m13s $ oc get pod -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES mypod-res 1/1 Running 0 4m13s 10.129.2.20 wduan-0830a-sj47p-worker-0-bc2fp <none> <none> mypod-res-1 1/1 Running 0 4m13s 10.129.2.19 wduan-0830a-sj47p-worker-0-bc2fp <none> <none> pvc/mypvc-res and mypvc-res/mypvc-res-1 are created from the volumesnapshot/mysnapshot, and the pod/mypod-res and pod/mypod-res-1 are all running on the same node. 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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-2021:3759 |