zfs-localpv icon indicating copy to clipboard operation
zfs-localpv copied to clipboard

do not attempt to delete the ZFSVolume CR if there is a snapshot holding it.

Open pawanpraka1 opened this issue 4 years ago • 5 comments

ZFSPV allows to delete the volume if snapshot exist for that volume.In this case the node agent keeps on trying to delete the volume and fails to do so since there is a snapshot for the volume, but the PVC and PV get deleted.

Here, we can fail the ZFSVolume deletion, if there is a snapshot on it. PVC will still be deleted and in background the CSI Provisioner will keep on trying to delete the volume and we keep on failing that request until there is a snapshot on it.

Before attempting the delete here :

https://github.com/openebs/zfs-localpv/blob/d47ec3ba01ab9434629239b9a98413ad8a7a2b27/pkg/driver/controller.go#L271

We should check for snapshot and if it exist, fail the deletion.

pawanpraka1 avatar May 20 '20 12:05 pawanpraka1

Also an issue with deleting snapshots that are in use by clones.

ghost avatar Jul 21 '20 15:07 ghost

Thanks @chornlgscout for adding the issue related to snapshot deletion when it is in use by clone. Are you already using ZFS-LoclaPV? Could you please let us know your use case and what features you are specifically looking for?

pawanpraka1 avatar Jul 22 '20 07:07 pawanpraka1