From: Paul Cuzner Date: Thu, 13 Jul 2023 03:13:42 +0000 (+1200) Subject: docs: fix nfs cluster create syntax X-Git-Tag: v17.2.7~258^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52424%2Fhead;p=ceph.git docs: fix nfs cluster create syntax The ceph prefix was missing from the command example. Signed-off-by: Paul Cuzner (cherry picked from commit 43b5f4b4f92341803753fcd3b67132546829e362) --- diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 6c199d9945b1..783219440122 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -31,7 +31,7 @@ Create NFS Ganesha Cluster .. code:: bash - $ nfs cluster create [] [--ingress] [--virtual_ip ] [--ingress-mode {default|keepalive-only}] [--port ] + $ ceph nfs cluster create [] [--ingress] [--virtual_ip ] [--ingress-mode {default|keepalive-only|haproxy-standard|haproxy-protocol}] [--port ] 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.