From: Michael Fritch Date: Tue, 17 Mar 2020 04:48:31 +0000 (-0600) Subject: mgr/cephadm: add deployment example to NFS docs X-Git-Tag: v16.1.0~2793^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77440d91c1be7c872fc91042a0d723b9198f224f;p=ceph.git mgr/cephadm: add deployment example to NFS docs Signed-off-by: Michael Fritch --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 4f9ee5aa8a33..7631f2243ad3 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