From 7c966b5a3900e8afb166bd7a5369ee2a34267c38 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 9 Mar 2022 17:57:43 +0530 Subject: [PATCH] doc: correct static pvc mention for cephfs it was wrongly mentioned RBD PVC in cephfs static pvc section. This commit removes the same. Signed-off-by: Humble Chirammal --- docs/static-pvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static-pvc.md b/docs/static-pvc.md index 82e3ccda2..23aa14b58 100644 --- a/docs/static-pvc.md +++ b/docs/static-pvc.md @@ -228,7 +228,7 @@ static CephFS PV | :----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | | clusterID | The clusterID is used by the CSI plugin to uniquely identify and use a Ceph cluster (this is the key in configmap created duing ceph-csi deployment) | Yes | | fsName | CephFS filesystem name into which the subvolume should be created/present | Yes | -| staticVolume | Value must be set to `true` to mount and unmount static rbd PVC | Yes | +| staticVolume | Value must be set to `true` to mount and unmount static cephFS PVC | Yes | | rootPath | Actual path of the subvolume in ceph cluster, can be retrieved by issuing getpath command as described above | Yes | **Note** ceph-csi does not supports CephFS subvolume deletion for static PV.