]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: fix nfs cluster create syntax 52424/head
authorPaul Cuzner <pcuzner@ibm.com>
Thu, 13 Jul 2023 03:13:42 +0000 (15:13 +1200)
committerZac Dover <zac.dover@proton.me>
Thu, 13 Jul 2023 08:49:50 +0000 (18:49 +1000)
The ceph prefix was missing from the command
example.

Signed-off-by: Paul Cuzner <pcuzner@ibm.com>
(cherry picked from commit 43b5f4b4f92341803753fcd3b67132546829e362)

doc/mgr/nfs.rst

index 6c199d9945b1149de6d1681c642ad716e91ae8da..783219440122f64761882e8819310f2332efcff6 100644 (file)
@@ -31,7 +31,7 @@ Create NFS Ganesha Cluster
 
 .. code:: bash
 
-    $ nfs cluster create <cluster_id> [<placement>] [--ingress] [--virtual_ip <value>] [--ingress-mode {default|keepalive-only}] [--port <int>]
+    $ ceph nfs cluster create <cluster_id> [<placement>] [--ingress] [--virtual_ip <value>] [--ingress-mode {default|keepalive-only|haproxy-standard|haproxy-protocol}] [--port <int>]
 
 This creates a common recovery pool for all NFS Ganesha daemons, new user based on
 ``cluster_id``, and a common NFS Ganesha config RADOS object.