]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/vstart-ganesha: update about RGW export
authorVarsha Rao <varao@redhat.com>
Wed, 4 Aug 2021 10:46:29 +0000 (16:16 +0530)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 9 Sep 2021 14:20:39 +0000 (16:20 +0200)
Fixes: https://tracker.ceph.com/issues/51683
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 265561bef6b31e446ec2fd00d508c0eed1796c7a)

doc/dev/vstart-ganesha.rst

index 1b07ada86c17a4329cf8e66d6eca3b0768d63b89..4e77deb8ba41c0030068837cd8ed72083da063ef 100644 (file)
@@ -1,3 +1,10 @@
+==============================
+NFS CephFS-RGW Developer Guide
+==============================
+
+CephFS exports are supported since Octopus and RGW exports are supported since
+Quincy.
+
 Configuring NFS Ganesha to export CephFS with vstart
 ====================================================
 
@@ -7,8 +14,9 @@ Configuring NFS Ganesha to export CephFS with vstart
 
         $ MDS=1 MON=1 OSD=3 NFS=1 ../src/vstart.sh -n -d --cephadm
 
-    This will deploy a single NFS Ganesha daemon using ``vstart.sh``, where
-    the daemon will listen on the default NFS Ganesha port.
+    This will deploy a single NFS Ganesha daemon using ``vstart.sh``, where the
+    daemon will listen on the default NFS Ganesha port. Also cephfs export is
+    created.
 
 2) Using test orchestrator
 
@@ -21,3 +29,17 @@ Configuring NFS Ganesha to export CephFS with vstart
 
     .. note:: NFS Ganesha packages must be pre-installed for this to work.
 
+Configuring NFS Ganesha to export RGW with vstart
+=================================================
+
+1) Using ``cephadm``
+
+    .. code:: bash
+
+        $ MON=1 OSD=3 RGW=1 NFS=1 ../src/vstart.sh -n -d --cephadm
+
+    This will deploy a single NFS Ganesha daemon using ``vstart.sh``, where the
+    daemon will listen on the default NFS Ganesha port. Also rgw export is
+    created.
+
+    .. note:: boto python module must be pre-installed for this to work.