Commit graph

4 commits

Author SHA1 Message Date
Pawan Prakash Sharma
8d2a24e29b
chore(doc): updating docs for importing existing volumes (#422)
Signed-off-by: Pawan <pawan@mayadata.io>
2022-07-14 19:05:44 +05:30
Pawan Prakash Sharma
cb3ae22f7a
chore(doc): update the import-existing-volume doc with finalizer info (#313)
Signed-off-by: Pawan <pawan@mayadata.io>
Co-authored-by: Alex Wied <centromere@users.noreply.github.com>
2021-04-21 13:46:31 +05:30
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
Pawan
2131153751 chore(import-vol): adding steps to import existing volumes to ZFS-LocalPV
Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-08 21:37:04 +05:30