From: Sage Weil Date: Thu, 15 Jul 2021 13:43:16 +0000 (-0400) Subject: doc/mgr/nfs: fix 'export apply', pool name X-Git-Tag: v17.1.0~1390^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42073%2Fhead;p=ceph.git doc/mgr/nfs: fix 'export apply', pool name Signed-off-by: Sage Weil --- 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,::