]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephfs/nfs: Update about deploying nfs-ganesha with cephadm in vstart
authorVarsha Rao <varao@redhat.com>
Thu, 16 Jul 2020 11:36:11 +0000 (17:06 +0530)
committerVarsha Rao <varao@redhat.com>
Thu, 16 Jul 2020 11:36:11 +0000 (17:06 +0530)
Fixes: https://tracker.ceph.com/issues/46571
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/fs-nfs-exports.rst

index f35dae3f21d848751a38b59abe17bc92b8301fdc..e2258b2ed8852a536ea0253ad06ecd5b1489bbee 100644 (file)
@@ -104,11 +104,24 @@ It displays export block for a cluster based on pseudo root name (binding).
 Configuring NFS-Ganesha to export CephFS with vstart
 ====================================================
 
-.. code:: bash
+1) Using cephadm
+
+    .. code:: bash
+
+        $ MDS=1 MON=1 OSD=3 NFS=1 ../src/vstart.sh -n -d --cephadm
+
+    It can deploy only single ganesha daemon with vstart on default ganesha port.
+
+2) Using test orchestrator
+
+    .. code:: bash
+
+       $ MDS=1 MON=1 OSD=3 NFS=1 ../src/vstart.sh -n -d
 
-    $ MDS=1 MON=1 OSD=3 NFS=1 ../src/vstart.sh -n -d
+    It can deploy multiple ganesha daemons on random port. But this requires
+    ganesha packages to be installed.
 
-NFS: It denotes the number of NFS-Ganesha clusters to be created.
+NFS: It is the number of NFS-Ganesha clusters to be created.
 
 Mount
 =====