]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: fix nfs cluster create syntax 52419/head
authorPaul Cuzner <pcuzner@ibm.com>
Thu, 13 Jul 2023 03:13:42 +0000 (15:13 +1200)
committerPaul Cuzner <pcuzner@ibm.com>
Thu, 13 Jul 2023 03:13:42 +0000 (15:13 +1200)
The ceph prefix was missing from the command
example.

Signed-off-by: Paul Cuzner <pcuzner@ibm.com>
doc/mgr/nfs.rst

index 533d24e2def2bf5d36e165ad23bee091a2090226..7e6637684faa75ba036c1901277cbac9a1934e8b 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|haproxy-standard|haproxy-protocol}] [--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.