v2.1.0-RC1
Pre-release
Pre-release
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]>