When creating a PersistentVolumeClaim through the OpenShift web console's "Create PersistentVolumeClaim" form on an OpenStack (Cinder CSI) cluster, the ReadWriteOncePod (RWOP) access mode option is disabled/grayed out. Only ReadWriteOnce is selectable.
I think it might relate in the hardcode here frontend/public/components/storage/shared.ts please help to update and review if it is applicable.
tested by install openshift 4.20 with ipi on openstack 18. also use RWOP with cinder applied using yaml works fine.
When creating a PersistentVolumeClaim through the OpenShift web console's "Create PersistentVolumeClaim" form on an OpenStack (Cinder CSI) cluster, the ReadWriteOncePod (RWOP) access mode option is disabled/grayed out. Only ReadWriteOnce is selectable.
I think it might relate in the hardcode here
frontend/public/components/storage/shared.tsplease help to update and review if it is applicable.tested by install openshift 4.20 with ipi on openstack 18. also use RWOP with cinder applied using yaml works fine.