From fc2200bb88805cd0fab5ee8957b4ae9e4234bf62 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 (cherry picked from commit 77440d91c1be7c872fc91042a0d723b9198f224f) --- doc/cephadm/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 16e66c04ee49..7e3d00589753 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.47.3