-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.17
-
None
-
Moderate
-
No
-
False
-
Description of problem:
for some provisioners, the access mode is not correct. It would be good if we can have someone from storage team to confirm about the access mode values in https://github.com/openshift/console/blob/master/frontend/public/components/storage/shared.ts#L107
Version-Release number of selected component (if applicable):
4.17.0-0.nightly-2024-06-12-101500
How reproducible:
Always
Steps to Reproduce:
1. setup a cluster in GCP, check storageclasses $ oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE ssd-csi pd.csi.storage.gke.io Delete WaitForFirstConsumer true 5h37m standard-csi (default) pd.csi.storage.gke.io Delete WaitForFirstConsumer true 5h37m 2. goes to PVC creation page, choose any storageclass in the dropdown and check `Access mode` list
Actual results:
there is only `RWO` access mode
Expected results:
pd.csi.storage.gke.io support both RWO and RWOP supported access mode reference https://docs.openshift.com/container-platform/4.15/storage/understanding-persistent-storage.html#pv-access-modes_understanding-persistent-storage
Additional info:
- links to
-
RHEA-2024:6122 OpenShift Container Platform 4.18.z bug fix update