-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
False
-
-
False
-
CLOSED
-
---
-
---
-
-
Storage Core Sprint 242
-
High
-
No
This bug was initially created as a copy of Bug #2237288
Description of problem:
We need to update the storageProfile for Portworx
From my attempts, these are supported combinations for the provisioners:
pxd.portworx.com -
ebs.csi.aws.com - {RWO, Block}, {RWO, FS}
kubernetes.io/portworx-volume - DV is Pending for all: {RWX, FS}
,
{RWO, Block},
{RWO, FS}Version-Release number of selected component (if applicable):
4.12, 4.13, 4.14
How reproducible:
Always
Steps to Reproduce:
$ oc get storageprofile px-csi-db-shared -oyaml
Additional info:
You can patch the storageProfile manually:
$ oc patch storageprofile px-csi-db-shared --type='merge' --patch='{"spec": {"claimPropertySets": [
{"accessModes": ["ReadWriteMany"], "volumeMode": "Filesystem"},
{"accessModes": ["ReadWriteOnce"], "volumeMode": "Block"},
{"accessModes": ["ReadWriteOnce"], "volumeMode": "Filesystem"}]}}'