Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-3947

Enable Multishare Feature in GCP Filestore CSI Driver

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Storage
    • True
    • The multishare feature is only available when using GKE at the moment.
    • False
    • Not Selected
    • 0
    • 0% 0%

      Description of problem:

      Enable Multishare Feature in GCP Filestore CSI Driver

      Actual results:

      Volume provisioning fails with the error:
      
      Warning  ProvisioningFailed    3s (x4 over 10s)  filestore.csi.storage.gke.io_ecp7rexd-8bkx8-example-ndode-0_748c5c80-2efa-485f-862d-0d11bcb4b0e4  failed to provision volume with StorageClass "filestore-csi-enterprise-multishare": rpc error: code = InvalidArgument desc = multishare controller not enabled

      Expected results:

      When the below parameter is set to true the volume should get provisioned.
      
      parameters:
        multishare: "true"
        tier: "enterprise"

      Additional info:

      StorageClass YAML:
      
      kind: StorageClass
      apiVersion: storage.k8s.io/v1
      metadata:
        name: filestore-csi-enterprise-multishare
      provisioner: filestore.csi.storage.gke.io
      parameters:
        multishare: "true"
        tier: "enterprise"
      allowVolumeExpansion: true
      reclaimPolicy: Delete
      volumeBindingMode: Immediate

            rh-gs-gcharot Gregory Charot
            rhn-support-pkhaire Palash Khaire
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: