From d97731969ab384909e64afd60d766e5cb06e4b5e Mon Sep 17 00:00:00 2001 From: Michael Wodniok Date: Tue, 19 Jan 2021 13:15:32 +0100 Subject: [PATCH] doc: changed commands as suggested by @sebastian-philipp Signed-off-by: Michael Wodniok Co-authored-by: Sebastian Wagner --- doc/mgr/orchestrator.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 6ca41d7f7afdf..f98d8c26b68f5 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. -- 2.39.5