mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 08:10:20 +00:00
doc: added precisions about snapshotting and cloning
Signed-off-by: Jeremy Facchetti <facchettos@gmail.com>
This commit is contained in:
parent
7b940df568
commit
b9dd54e238
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user