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: v17.0.0~1480^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=287da119215671fe24b371f9df01059569db4b3e;p=ceph.git doc/cephfs/nfs: Update the doc about 'reset' and 'set' config interfaces Signed-off-by: Varsha Rao --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index e2258b2ed8852..9740404bd6022 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 ====================