]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: changed commands as suggested by @sebastian-philipp
authorMichael Wodniok <wodniok@wor.net>
Tue, 19 Jan 2021 12:15:32 +0000 (13:15 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 29 Jan 2021 12:42:51 +0000 (13:42 +0100)
Signed-off-by: Michael Wodniok <wodniok@wor.net>
Co-authored-by: Sebastian Wagner <sebastian@spawnhost.de>
(cherry picked from commit d97731969ab384909e64afd60d766e5cb06e4b5e)

doc/mgr/orchestrator.rst

index 5be6d8ceca24ad9c0df165823dd5b13878343e35..415723d933b116d76fc937c71fa71ada46abfc5b 100644 (file)
@@ -753,8 +753,9 @@ 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::
     
-    ceph orch ls rgw rgw.<id> --export yaml >rgw.<id>.yaml
-    ceph orch ls mgr mgr --export yaml >mgr.yaml
+    ceph orch ls --service-name rgw.<realm>.<zone> --export > rgw.<realm>.<zone>.yaml
+    ceph orch ls --service-type mgr --export > mgr.yaml
+    ceph orch ls --export > cluster.yaml
 
 The Specification can then be changed and re-applied as above.