zfs-localpv/docs
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
..
developer-setup-examples.md added developer environment examples (#92) 2020-04-27 20:12:09 +05:30
developer-setup.md chore(doc): adding contributing doc 2019-12-30 18:43:04 +05:30
e2e-pipeline.md add(doc): Adding the list of e2e test cases (#50) 2020-02-28 22:33:22 +05:30
faq.md chore(doc): Enhanced the doc for custom-topology support (#122) 2020-05-20 14:07:44 +05:30
grafana-dashboard.md fix(image): updating the screneshot with new dashboard 2020-05-15 21:42:27 +05:30
import-existing-volume.md feat(zfspv): pvc should be bound only if volume has been created. 2020-05-21 08:49:57 +05:30
prometheus-monitoring.md chore(metrics): adding list of zfs metrics exposed by prometheus 2020-01-17 14:40:42 +05:30
raw-block-volume.md chore(doc): adding raw block volume details in README 2020-05-07 22:25:10 +05:30
resize.md chore(doc): adding resize details in README 2020-03-06 14:02:23 +05:30