zfs-localpv/pkg
Pawan 45015bf063 fix(pvc): fixing stale ZFSVolume CR issue when deleting pending PVC
PVC will not bound if there are wrong parameters/poolname in the storageclass,
the ZFSVolume CR will be still created and will remain in Pending State,
deletion of the PVC will delete PVC and since PVC is not bound, ZFS-LocalPV
driver will not get the delete call and will leave the ZFSVolume CR hanging there.
Reverting the behavior introduced in https://github.com/openebs/zfs-localpv/pull/121,
Now PVC will be bound but still ZFSVolume will be in Pending state until the volume is created.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-06-08 10:31:39 +05:30
..
apis/openebs.io/zfs feat(beta): autogen code for v1 CRDs 2020-06-04 16:02:32 +05:30
builder feat(beta): adding v1 CRD for ZFS-LocalPV 2020-06-04 16:02:32 +05:30
client/k8s/v1alpha1 feat(topology): adding support for custom topology keys (#94) 2020-04-30 14:13:29 +05:30
common make character case for keys in parameters map irrelevant, fixing #143 2020-06-04 19:25:05 +05:30
config feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
driver fix(pvc): fixing stale ZFSVolume CR issue when deleting pending PVC 2020-06-08 10:31:39 +05:30
generated feat(beta): autogen code for v1 CRDs 2020-06-04 16:02:32 +05:30
mgmt feat(beta): adding v1 CRD for ZFS-LocalPV 2020-06-04 16:02:32 +05:30
response feat(resize): adding Online volume expansion support for ZFSPV 2020-03-04 18:30:28 +05:30
usage feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
version feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
zfs fix(pvc): fixing stale ZFSVolume CR issue when deleting pending PVC 2020-06-08 10:31:39 +05:30