]> git.apps.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)
committerVarsha Rao <varao@redhat.com>
Mon, 10 Aug 2020 10:19:57 +0000 (10:19 +0000)
Signed-off-by: Varsha Rao <varao@redhat.com>
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
 ====================