]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/fs-nfs-exports: document --ingress --virtual-ip
authorSage Weil <sage@newdream.net>
Mon, 24 May 2021 15:16:45 +0000 (11:16 -0400)
committerSage Weil <sage@newdream.net>
Thu, 3 Jun 2021 12:40:21 +0000 (07:40 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit ada85604ab3845fcd2d321791051b8da77eee748)

doc/cephfs/fs-nfs-exports.rst

index dfb665e7d6134f93db6697d588872fd6e7251b4f..a71ddf215834841084bdba44c5fe0d9a257c6e6c 100644 (file)
@@ -18,7 +18,7 @@ Create NFS Ganesha Cluster
 
 .. code:: bash
 
-    $ ceph nfs cluster create <clusterid> [<placement>]
+    $ ceph nfs cluster create <clusterid> [<placement>] [--ingress --virtual-ip <ip>]
 
 This creates a common recovery pool for all NFS Ganesha daemons, new user based on
 ``clusterid``, and a common NFS Ganesha config RADOS object.
@@ -47,6 +47,11 @@ cluster)::
 
     "2 host1,host2"
 
+To deploy NFS with an HA front-end (virtual IP and load balancer), add the
+``--ingress`` flag and specify a virtual IP address. This will deploy a combination
+of keepalived and haproxy to provide an high-availability NFS frontend for the NFS
+service.
+
 For more details, refer :ref:`orchestrator-cli-placement-spec` but keep
 in mind that specifying the placement via a YAML file is not supported.