From: Paul Cuzner Date: Thu, 13 Jul 2023 03:13:42 +0000 (+1200) Subject: docs: fix nfs cluster create syntax X-Git-Tag: v19.0.0~894^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52419%2Fhead;p=ceph.git docs: fix nfs cluster create syntax The ceph prefix was missing from the command example. Signed-off-by: Paul Cuzner --- diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 533d24e2def2..7e6637684faa 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|haproxy-standard|haproxy-protocol}] [--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.