From 77440d91c1be7c872fc91042a0d723b9198f224f Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Mon, 16 Mar 2020 22:48:31 -0600 Subject: [PATCH] mgr/cephadm: add deployment example to NFS docs Signed-off-by: Michael Fritch --- doc/cephadm/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 4f9ee5aa8a33e..7631f2243ad3a 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -351,3 +351,8 @@ and optional *namespace* To deploy a NFS Ganesha gateway,:: # ceph orch apply nfs ** ** ** ** [** ...] + +For example, to deploy NFS with a service id of *foo*, that will use the +RADOS pool *nfs-ganesha* and namespace *nfs-ns*,:: + + # ceph orch apply nfs foo nfs-ganesha nfs-ns -- 2.39.5