From: Michael Wodniok Date: Tue, 19 Jan 2021 12:15:32 +0000 (+0100) Subject: doc: changed commands as suggested by @sebastian-philipp X-Git-Tag: v16.2.0~230^2~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d027dfa721fa11ea30214f993521c30bc44bc545;p=ceph.git doc: changed commands as suggested by @sebastian-philipp Signed-off-by: Michael Wodniok Co-authored-by: Sebastian Wagner (cherry picked from commit d97731969ab384909e64afd60d766e5cb06e4b5e) --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 5be6d8ceca24..415723d933b1 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -753,8 +753,9 @@ 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:: - ceph orch ls rgw rgw. --export yaml >rgw..yaml - ceph orch ls mgr mgr --export yaml >mgr.yaml + ceph orch ls --service-name rgw.. --export > rgw...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.