doc: added precisions about snapshotting and cloning

Signed-off-by: Jeremy Facchetti <facchettos@gmail.com>
This commit is contained in:
Jeremy Facchetti 2020-09-28 19:46:10 +02:00 committed by mergify[bot]
parent 7b940df568
commit b9dd54e238
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,8 @@ kubectl create -f ../examples/cephfs/snapshotclass.yaml
The snapshot is created on/for an existing PVC. You should The snapshot is created on/for an existing PVC. You should
have a PVC in bound state before creating snapshot from it. have a PVC in bound state before creating snapshot from it.
It is recommended to create a volume snapshot or a PVC clone
only when the PVC is not in use.
Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/master/docs/deploy-cephfs.md) Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/master/docs/deploy-cephfs.md)
for more information on how to create a PVC. for more information on how to create a PVC.

View File

@ -75,6 +75,9 @@ your Ceph cluster setup.
If you followed the documentation to create the rbdplugin, you shouldn't If you followed the documentation to create the rbdplugin, you shouldn't
have to edit any other file. have to edit any other file.
Note that it is recommended to create a volume snapshot or a PVC clone
only when the PVC is not in use.
After configuring everything you needed, deploy the snapshot class: After configuring everything you needed, deploy the snapshot class:
```bash ```bash