v1.6.0-RC1
Pre-release
Pre-release
feat(zfspv): remove finalizer that is owned by ZFS-LocalPV (#303) We set the Finalizer to nil while handling the delete event, instead, we should try to destroy the volume when there are no user finalizers set. User might have added his own finalizers and we should not try to destroy the volumes until those user finalizers are removed. Signed-off-by: Pawan <pawan@mayadata.io>