Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-32763

[2237873] [4.12] portworx: update the storageProfile

XMLWordPrintable

    • Storage Core Sprint 242

      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 -

      {RWX, FS}, {RWO, Block}, {RWO, FS}
      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"}

      ]}}'

            agilboa@redhat.com Arnon Gilboa
            jpeimer@redhat.com Jenia Peimer
            Jenia Peimer Jenia Peimer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: