Bug 2016442
Summary: | OCPonRHV: pvc should be in Bound state and without error when choosing default sc | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | michal <mgold> |
Component: | Storage | Assignee: | aos-storage-staff <aos-storage-staff> |
Storage sub component: | oVirt CSI Driver | QA Contact: | michal <mgold> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, lleistne, mburman |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.10.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: | 2022-03-10 16:21:33 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
michal
2021-10-21 14:15:30 UTC
ocp: 4.10.0-0.ci-2021-10-27-140539 rhv: 4.4.9.3 steps: 1) create PVC with iscsi storage_ class - ovirt-csi-sc kind: PersistentVolumeClaim apiVersion: v1 metadata: name: test annotations: volume.beta.kubernetes.io/storage-class: ovirt-csi-sc spec: storageClassName: ovirt-csi-sc accessModes: - ReadWriteOnce resources: requests: storage: 10Gi ~ 2.run oc get PVC 3. run oc describe pvc test actual: PVC was created successfully. and there is no errors 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.10.3 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-2022:0056 |