mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
chore(readme): updating the readme for application-consistent snapshot
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
This commit is contained in:
parent
39d2ee2859
commit
f4ccefa7bd
1 changed files with 1 additions and 0 deletions
|
|
@ -361,6 +361,7 @@ spec:
|
|||
persistentVolumeClaimName: csi-zfspv
|
||||
```
|
||||
Plese note that, you have to create the snapshot in the same namespace where the pvc is created. Check the created snapshot resource, make sure readyToUse field is true, before using this snapshot for any purpose.
|
||||
Here one thing need to be noted that, when zfs takes the volume snapshot it is not aware of application, so snapshot may not be application-consistent. For application-consistent snapshot it is always recommended to scale down the application before taking the application-consistent volume snapshot. After taking the snapshot we can scale up the application again and proceed further with the clone-creation.
|
||||
|
||||
```
|
||||
$ kubectl get volumesnapshot.snapshot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue