From 62e4ea5ff195d103d1e800964ff1df66e4eef9cc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 15 Jul 2021 09:43:16 -0400 Subject: [PATCH] doc/mgr/nfs: fix 'export apply', pool name Signed-off-by: Sage Weil --- doc/mgr/nfs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 1aa8706f276..2da9ea3fef4 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -22,7 +22,7 @@ Ganesha Configuration Hierarchy Cephadm and rook starts nfs-ganesha daemon with `bootstrap configuration` containing minimal ganesha configuration, creates empty rados `common config` -object in `nfs-ganesha` pool and watches this config object. The `mgr/nfs` +object in `.nfs` pool and watches this config object. The `mgr/nfs` module adds rados export object urls to the common config object. If cluster config is set, it creates `user config` object containing custom ganesha configuration and adds it url to common config object. @@ -188,7 +188,7 @@ Example use cases daemons to access ceph cluster. User can be created in following way using `auth get-or-create`:: - # ceph auth get-or-create client. mon 'allow r' osd 'allow rw pool=nfs-ganesha namespace=, allow rw tag cephfs data=' mds 'allow rw path=' + # ceph auth get-or-create client. mon 'allow r' osd 'allow rw pool=.nfs namespace=, allow rw tag cephfs data=' mds 'allow rw path=' Reset NFS Ganesha Configuration =============================== @@ -313,7 +313,7 @@ same format: .. prompt:: bash # - ceph nfs export apply -i + ceph nfs export apply ** -i For example,:: -- 2.47.3