From: Varsha Rao Date: Wed, 29 Jul 2020 13:48:06 +0000 (+0530) Subject: doc/cephfs/nfs: Update the doc about 'reset' and 'set' config interfaces X-Git-Tag: v15.2.5~26^2~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe4388ed24c0eca67cd926800ad4e992e2852283;p=ceph.git doc/cephfs/nfs: Update the doc about 'reset' and 'set' config interfaces Signed-off-by: Varsha Rao (cherry picked from commit 287da119215671fe24b371f9df01059569db4b3e) --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index e2258b2ed885..9740404bd602 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -63,6 +63,25 @@ Show NFS Ganesha Cluster Information This displays ip and port of deployed cluster. +Set Customized Ganesha Configuration +==================================== + +.. code:: bash + + $ ceph nfs cluster config set -i + +With this the nfs cluster will use the specified config and it will have +precedence over default config blocks. + +Reset Ganesha Configuration +=========================== + +.. code:: bash + + $ ceph nfs cluster config reset + +This removes the user defined configuration. + Create CephFS Export ====================