From f857bcd622f90d05d026bc5f219b37f71ab90d4e Mon Sep 17 00:00:00 2001 From: Michael Wodniok Date: Wed, 27 Jan 2021 08:19:06 +0100 Subject: [PATCH] doc: Applied text as suggested by @zdover23 Signed-off-by: Michael Wodniok --- doc/mgr/orchestrator.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index f98d8c26b68f..9694588af4ec 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 -- 2.47.3