Skip to content

v1.6.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@akhilerm akhilerm released this 06 Apr 17:25
· 1 commit to v1.6.x since this release
68d79d0
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>