diff --git a/packages/system/linstor/templates/volumesnapshotclass.yaml b/packages/system/linstor/templates/volumesnapshotclass.yaml index 4e950f3f..dd61b45a 100644 --- a/packages/system/linstor/templates/volumesnapshotclass.yaml +++ b/packages/system/linstor/templates/volumesnapshotclass.yaml @@ -6,3 +6,14 @@ metadata: name: linstor-snapshots driver: linstor.csi.linbit.com deletionPolicy: Delete +parameters: + snap.linstor.csi.linbit.com/relocate-after-restore: "true" +--- +apiVersion: snapshot.storage.k8s.io/v1 +kind: VolumeSnapshotClass +metadata: + annotations: + velero.io/csi-volumesnapshot-class: "true" + name: linstor-snapshots-ephemeral +driver: linstor.csi.linbit.com +deletionPolicy: Delete