From: Michael Wodniok Date: Wed, 27 Jan 2021 07:19:06 +0000 (+0100) Subject: doc: Applied text as suggested by @zdover23 X-Git-Tag: v17.1.0~3128^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f857bcd622f90d05d026bc5f219b37f71ab90d4e;p=ceph.git doc: Applied text as suggested by @zdover23 Signed-off-by: Michael Wodniok --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index f98d8c26b68f5..9694588af4ec2 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -581,9 +581,10 @@ Many service specifications can be applied at once using Retrieving the running Service Specification -------------------------------------------- -If started via ``ceph orch apply `` changing the Service -Specification directly is normally a bit more complicated. It is easier to -export the running Service Specification like so:: +If the services have been started via ``ceph orch apply...``, then directly changing +the Services Specification is complicated. Instead of attempting to directly change +the Services Specification, we suggest exporting the running Service Specification by +following these instructions:: ceph orch ls --service-name rgw.. --export > rgw...yaml ceph orch ls --service-type mgr --export > mgr.yaml