From 4abe4ca993a98fe577cac5197abc5d53f0543d6b Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Thu, 13 Jul 2023 15:13:42 +1200 Subject: [PATCH] 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) --- doc/mgr/nfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 6c199d9945b11..783219440122f 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. -- 2.39.5