Skip to content

v1.6.0-RC2

Pre-release
Pre-release

Choose a tag to compare

@pawanpraka1 pawanpraka1 released this 12 Apr 06:42
· 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>