zfs-localpv/deploy/sample
Pawan 25d1f1a413 feat(zfspv): pvc should be bound only if volume has been created.
The controller does not check whether the volume has been created or not
and return successful. Which in turn binds the pvc to the pv.

The PVC should not bound until corresponding zfs volume has been created.
Now controller will check the ZFSVolume CR state to be "Ready" before returning
successful. The CSI will retry the CreateVolume request when it will get
a error reply and when the ZFS node agent creates the ZFS volume and sets the
ZFSVolume CR state to be "Ready", the controller will return success for the
CreateVolume Request and then PVC will be bound.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-21 08:49:57 +05:30
..
alertmanager-service.yaml feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
fio-block.yaml feat(block): adding block volume support for ZFSPV (#102) 2020-05-05 12:28:46 +05:30
fio.yaml feat(ZFSPV): adding support for applications to create "zfs" flesystem (#15) 2019-11-21 19:00:15 +05:30
grafana-dashboard.json feat(grafana): adding basic grafana dashboard (#110) 2020-05-15 14:39:16 +05:30
mongo-statefulset.yaml fix(yaml): fixing mongo yaml 2019-11-25 18:46:02 +05:30
percona.yaml fix(yaml): fixing mongo yaml 2019-11-25 18:46:02 +05:30
prometheus-alert.rules feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
prometheus-service.yaml feat(alert): adding sample prometheus rules for ZFSPV (#32) 2020-01-09 23:10:13 +05:30
vol-stats.png fix(image): updating the screneshot with new dashboard 2020-05-15 21:42:27 +05:30
zfsclone.yaml feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30
zfspvcr.yaml feat(zfspv): pvc should be bound only if volume has been created. 2020-05-21 08:49:57 +05:30
zfssnapshot.yaml feat(zfspv): adding snapshot and clone support for ZFSPV (#39) 2020-02-13 13:31:17 +05:30