Skip to content

Commit

Permalink
Additional csi driver support extension
Browse files Browse the repository at this point in the history
Signed-off-by: sushanthakumar <sushanth.github@gmail.com>
  • Loading branch information
sushanthakumar committed Jan 9, 2024
1 parent fe3e56d commit f75512b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions controllers/volumebackup/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ const (
)

var volBackupSupport = map[string]string{
"zfs.csi.openebs.io": "zfs.backup.openebs.io",
"linstor.csi.linbit.com": "snapshotter.backup.csi.io",
"cephfs.csi.ceph.com": "snapshotter.backup.csi.io",
"zfs.csi.openebs.io": "zfs.backup.openebs.io",
"linstor.csi.linbit.com": "snapshotter.backup.csi.io",
"cephfs.csi.ceph.com": "snapshotter.backup.csi.io",
"hostpath.csi.k8s.io": "snapshotter.backup.csi.io",
"csi-powerstore.dellemc.com": "snapshotter.backup.csi.io",
"csi.trident.netapp.io": "snapshotter.backup.csi.io",
}

type controller struct {
Expand Down

0 comments on commit f75512b

Please sign in to comment.