Skip to content

Commit

Permalink
Fix Trident provisioner key for using csi-clone (#3008)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
Co-authored-by: Arnon Gilboa <agilboa@redhat.com>
  • Loading branch information
kubevirt-bot and arnongilboa committed Nov 27, 2023
1 parent 020fc30 commit 234532f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/storagecapabilities/storagecapabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ var CloneStrategyByProvisionerKey = map[string]cdiv1.CDICloneStrategy{
"openshift-storage.rbd.csi.ceph.com": cdiv1.CloneStrategyCsiClone,
"cephfs.csi.ceph.com": cdiv1.CloneStrategyCsiClone,
"openshift-storage.cephfs.csi.ceph.com": cdiv1.CloneStrategyCsiClone,
"csi.trident.netapp.io": cdiv1.CloneStrategyCsiClone,
"csi.trident.netapp.io/ontap-nas": cdiv1.CloneStrategyCsiClone,
"csi.trident.netapp.io/ontap-san": cdiv1.CloneStrategyCsiClone,
}

// ProvisionerNoobaa is the provisioner string for the Noobaa object bucket provisioner which does not work with CDI
Expand Down

0 comments on commit 234532f

Please sign in to comment.