]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/nfs: Update the doc about 'reset' and 'set' config interfaces
authorVarsha Rao <varao@redhat.com>
Wed, 29 Jul 2020 13:48:06 +0000 (19:18 +0530)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 21 Aug 2020 11:04:01 +0000 (13:04 +0200)
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 287da119215671fe24b371f9df01059569db4b3e)

doc/cephfs/fs-nfs-exports.rst

index e2258b2ed8852a536ea0253ad06ecd5b1489bbee..9740404bd6022a47322012b28210a10f23029f1d 100644 (file)
@@ -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 <clusterid> -i <config_file>
+
+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 <clusterid>
+
+This removes the user defined configuration.
+
 Create CephFS Export
 ====================