From 7dc723ebbc03000246b2485b0ff0f761028efd03 Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Fri, 26 Jul 2019 02:48:33 +0530 Subject: [PATCH] docs: add special config steps to make CephFS CSI v1.1.0 ... work with Ceph v14.2.2 cluster that is not deployed by rook. Fixes: #486 Signed-off-by: Ramana Raja --- docs/deploy-cephfs.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index c94d499f362..992471a1072 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -26,6 +26,20 @@ make image-cephcsi ## Configuration +**NOTE:** To make CephFS CSI driver version >= 1.1.0 work with Ceph v14.2.2 +cluster (not deployed by rook), you need to add the following settings in the +`mgr` section of the ceph.conf used by the Ceph manager daemon, and restart the +Ceph manager daemon. + +``` +[mgr] +client mount uid = 0 +client mount gid = 0 +``` + +This is due to an [issue](http://tracker.ceph.com/issues/40927) in Ceph v14.2.2 +that should be resolved in v14.2.3. + **Available command line arguments:** Option | Default value | Description