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

[CIFS/SMB CSI driver] Static provisioning volumeHandle format incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.17.z, 4.16.z, 4.18
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Important
    • None
    • None
    • None
    • None
    • OSDOCS Sprint 263, OSDOCS Sprint 264, OSDOCS Sprint 265, OSDOCS Sprint 266, OSDOCS Sprint 267, OSDOCS Sprint 268, OSDOCS Sprint 269
    • 7
    • In Progress
    • Release Note Not Required
    • None
    • None
    • None
    • None
    • None

      Description of problem:

       [CIFS/SMB CSI driver] Static provisioning volumeHandle format incorrect   

      Version-Release number of selected component (if applicable):

          4.16 above

      How reproducible:

          Always

      Steps to Reproduce:

      https://docs.openshift.com/container-platform/4.17/storage/container_storage_interface/persistent-storage-csi-smb-cifs.html#persistent-storage-csi-smb-cifs-provision-static_persistent-storage-csi-smb-cifs
      
      The volumeHandle format: {smb-server-address}.{sub-dir-name}.{share-name} should be ->
      {smb-server-address}#{sub-dir-name}#{share-name}

      Actual results:

         The volumeHandle format is {smb-server-address}.{sub-dir-name}.{share-name} 

      Expected results:

        The volumeHandle format should be ->
      {smb-server-address}#{sub-dir-name}#{share-name}  

      Additional info:

        https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/example/e2e_usage.md#option2-pvpvc-usage
        
        https://github.com/kubernetes-csi/csi-driver-smb/blob/master/pkg/smb/controllerserver.go#L521-L547  

              lpettyjo@redhat.com Lisa Pettyjohn
              rhn-support-pewang Penghao Wang
              None
              None
              Penghao Wang Penghao Wang
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: