Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-35396

incorrect access mode for provisioner: pd.csi.storage.gke.io

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.17
    • Management Console
    • None
    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

      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:

       

            cajieh Cyril Ajieh
            rhn-support-yapei YaDan Pei
            YaDan Pei YaDan Pei
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: