]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Applied text as suggested by @zdover23 38686/head
authorMichael Wodniok <wodniok@wor.net>
Wed, 27 Jan 2021 07:19:06 +0000 (08:19 +0100)
committerMichael Wodniok <wodniok@wor.net>
Wed, 27 Jan 2021 07:19:06 +0000 (08:19 +0100)
Signed-off-by: Michael Wodniok <wodniok@wor.net>
doc/mgr/orchestrator.rst

index f98d8c26b68f5814052bf04160db7b9257c9a100..9694588af4ec2d1326f2ae13f7e0f3a2ccaeaa40 100644 (file)
@@ -581,9 +581,10 @@ Many service specifications can be applied at once using
 Retrieving the running Service Specification
 --------------------------------------------
 
-If started via ``ceph orch apply <rgw|mds|...>`` 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.<realm>.<zone> --export > rgw.<realm>.<zone>.yaml
     ceph orch ls --service-type mgr --export > mgr.yaml