@@ -54,7 +54,7 @@ Here is how the names relate:
5454Status
5555======
5656
57- .. prompt :: bash $
57+ .. prompt :: bash #
5858
5959 ceph orch status [--detail]
6060
@@ -108,22 +108,22 @@ following short list explains the meaning of the ``name`` parameter:
108108
109109Creating/growing/shrinking/removing services:
110110
111- .. prompt :: bash $
111+ .. prompt :: bash #
112112
113- ceph orch apply mds <fs_name> [--placement=<placement>] [--dry-run]
114- ceph orch apply rgw <name> [--realm=<realm>] [--zone=<zone>] [--port=<port>] [--ssl] [--placement=<placement>] [--dry-run]
115- ceph orch apply nfs <name> <pool> [--namespace=<namespace>] [--placement=<placement>] [--dry-run]
116- ceph orch rm <service_name> [--force]
113+ ceph orch apply mds <fs_name> [--placement=<placement>] [--dry-run]
114+ ceph orch apply rgw <name> [--realm=<realm>] [--zone=<zone>] [--port=<port>] [--ssl] [--placement=<placement>] [--dry-run]
115+ ceph orch apply nfs <name> <pool> [--namespace=<namespace>] [--placement=<placement>] [--dry-run]
116+ ceph orch rm <service_name> [--force]
117117
118118where ``placement `` is a :ref: `orchestrator-cli-placement-spec `.
119119
120120e.g., ``ceph orch apply mds myfs --placement="3 host1 host2 host3" ``
121121
122122Service Commands:
123123
124- .. prompt :: bash $
124+ .. prompt :: bash #
125125
126- ceph orch <start|stop|restart|redeploy|reconfig> <service_name>
126+ ceph orch <start|stop|restart|redeploy|reconfig> <service_name>
127127
128128.. note :: These commands apply only to cephadm containerized daemons.
129129
@@ -160,35 +160,35 @@ Configuring the Orchestrator CLI
160160
161161Enable the orchestrator by using the ``set backend `` command to select the orchestrator module that will be used:
162162
163- .. prompt :: bash $
163+ .. prompt :: bash #
164164
165- ceph orch set backend <module>
165+ ceph orch set backend <module>
166166
167167Example - Configuring the Orchestrator CLI
168168------------------------------------------
169169
170170For example, to enable the Rook orchestrator module and use it with the CLI:
171171
172- .. prompt :: bash $
172+ .. prompt :: bash #
173173
174- ceph mgr module enable rook
175- ceph orch set backend rook
174+ ceph mgr module enable rook
175+ ceph orch set backend rook
176176
177177Confirm that the backend is properly configured:
178178
179- .. prompt :: bash $
179+ .. prompt :: bash #
180180
181- ceph orch status
181+ ceph orch status
182182
183183Disable the Orchestrator
184184------------------------
185185
186186To disable the orchestrator, use the empty string ``"" ``:
187187
188- .. prompt :: bash $
188+ .. prompt :: bash #
189189
190- ceph orch set backend ""
191- ceph mgr module disable rook
190+ ceph orch set backend ""
191+ ceph mgr module disable rook
192192
193193Current Implementation Status
194194=============================
0 commit comments