Skip to content

Commit

Permalink
doc: added precisions about snapshotting and cloning
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Facchetti <[email protected]>
  • Loading branch information
facchettos authored and mergify[bot] committed Sep 29, 2020
1 parent 7b940df commit b9dd54e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cephfs-snap-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ kubectl create -f ../examples/cephfs/snapshotclass.yaml

The snapshot is created on/for an existing PVC. You should
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)
for more information on how to create a PVC.

Expand Down
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ your Ceph cluster setup.
If you followed the documentation to create the rbdplugin, you shouldn't
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:

```bash
Expand Down

0 comments on commit b9dd54e

Please sign in to comment.