Skip to content

v2.1.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pawanpraka1 pawanpraka1 released this 07 Apr 13:02
· 1 commit to v2.1.x since this release
5a6f3a7
fix(destroy): making ZFS-LocalPV aware of pool import (#406)

If we are destroying a volume/snapshot and pool is not
imported, the ZFS-LocalPV driver assumes that the volume/snapshot
is not there and deletes the corresponding zfsvolume and zfssnap CR.

Here we are checking the parent dataset presence before attempting
to delete the volume or snapshot.

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