aws-fsx-openzfs-csi-driver icon indicating copy to clipboard operation
aws-fsx-openzfs-csi-driver copied to clipboard

Clone Operations for fsx csi ddriver

Open repudi8or opened this issue 10 months ago • 3 comments

i am trying to create a stateful set, that, on scale up, copies the storage from the first replica using volumeClaimTemplate like this :

   volumeClaimTemplates:
    - metadata:
        name: zfstestpvc
      spec:
        accessModes: [ "ReadWriteOnce" ]
        storageClassName: "fsx-sc"
        resources:
          requests:
            storage: 1Gi
        dataSource:
          name: zfstestpvc-0
          kind: PersistentVolumeClaim
          apiGroup: ""

I get the response :

failed to provision volume with StorageClass "fsx-sc": CSI driver does not support clone operations: controller CLONE_VOLUME capability is not reported i'm going to have to work around the need with snapshot/restore

/feature

Please add a feature to CSI driver to support clone operations

repudi8or avatar Mar 28 '24 04:03 repudi8or