-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
True
-
The multishare feature is only available when using GKE at the moment.
-
False
-
Not Selected
-
-
-
-
-
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
- depends on
-
OCPSTRAT-1089 GCP Filestore CSI multishare option support
- Backlog