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: v17.1.0~3128^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d97731969ab384909e64afd60d766e5cb06e4b5e;p=ceph.git doc: changed commands as suggested by @sebastian-philipp Signed-off-by: Michael Wodniok Co-authored-by: Sebastian Wagner --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 6ca41d7f7af..f98d8c26b68 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -585,8 +585,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.