From d965f7c768522f584879023c4616a6a7ec868011 Mon Sep 17 00:00:00 2001 From: Jeremy Facchetti Date: Mon, 28 Sep 2020 22:59:24 +0200 Subject: [PATCH] retrigger ci Signed-off-by: Jeremy Facchetti --- docs/cephfs-snap-clone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cephfs-snap-clone.md b/docs/cephfs-snap-clone.md index 923c480d1d0d..3cc6c00676a0 100644 --- a/docs/cephfs-snap-clone.md +++ b/docs/cephfs-snap-clone.md @@ -35,7 +35,7 @@ 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 snapshot only when the PV is not in use. +It is recommended to create a snapshot only when the PV 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.