Pawan Prakash Sharma
Pawan Prakash Sharma
Signed-off-by: Pawan
when there are no backup of zfs volume CRs, we need to manually create each CR and attach them to the ZFS-LocalPV(https://github.com/openebs/zfs-localpv/blob/master/docs/import-existing-volume.md). We need an Operator which should do this...
When clone volume exist and we delete the source volume, the daemonset gets flooded with the error log saying ``` E1110 11:34:19.572435 1 zfs_util.go:597] zfs: could not destroy snapshot for...
ZFS-LocalPV has added supports for velero to do the backup and restore. But actually it is not really dependant on velero to do that. Add a steps/doc/blog to do the...
ZFSPV allows to delete the volume if snapshot exist for that volume.In this case the node agent keeps on trying to delete the volume and fails to do so since...
We need a way to stop accidental "openebs" namespace or CR deletions. We need a webhook or OPA to validate the deletion request.