Skip to content

v2.2.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pawanpraka1 pawanpraka1 released this 12 Oct 15:06
ec4d713
fix(zfspv): fixing the backup deletion (#129)

We use pvname and snapname for creating the backup. Now since we are returning schedule
name also in snapshotID, so While deleting the ZFSBackup CR we should use the pvname and snapname.

We broke this in https://github.com/openebs/velero-plugin/pull/125.

Also fixed the backup compatibility for older backups where we were not fetching the schedule name.
We should fetch the schedule name from the backup name using the naming format.

Signed-off-by: Pawan <[email protected]>