Closed MonicaLemay closed 3 years ago
It looks like the problem is only with RWX pvc's. Are these not supported? If not, then shouldn't it be blocked or give a message?
openshift-storage new-pvc-rwo Bound pvc-67aedd25-df1e-4bb7-a641-5fd23f8fb9e1 1Mi RWO test-odf 7m54s
openshift-storage new-pvc-rwx Pending test-odf 2m49s
hi, @MonicaLemay yes, RWX is not supported by flashsystem. As this console is a common UI for PVC creation, we cannot customer it for flashsystem. But openshift console team have realized this problem and they plan to support different storage vendor to custome their own configuration in future release. details in https://github.com/openshift/console/pull/8345
So close this as work as design
I used the console to create pvc's. All are still in Pending state and all give the same reason.
To create the pvc using the GUI, these are the panels.
I've tried both storage classes: test1 and ibm-block-flashsystem
Both have the same result.
I think the problem is that the pvc's are requiring a provisioner based on their storage class, which the GUI assigns as block.csi.ibm.com
There is no such provisioner running.
The only provisioner is the ibm-spectrum-scale-csi-provisoner-0
I think it is the responsibility of the odf installation to start all of the rquired CSI pods. The provisioner is missing.