Skip to content

Commit 2c32bc0

Browse files
Merge pull request ceph#63469 from zdover23/wip-doc-2025-05-26-mgr-orchestrator-62782-followup
doc/mgr: edit orchestrator.rst
2 parents 9885129 + 31ce305 commit 2c32bc0

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/mgr/orchestrator.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Here is how the names relate:
5454
Status
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

109109
Creating/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

118118
where ``placement`` is a :ref:`orchestrator-cli-placement-spec`.
119119

120120
e.g., ``ceph orch apply mds myfs --placement="3 host1 host2 host3"``
121121

122122
Service 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

161161
Enable 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

167167
Example - Configuring the Orchestrator CLI
168168
------------------------------------------
169169

170170
For 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

177177
Confirm that the backend is properly configured:
178178

179-
.. prompt:: bash $
179+
.. prompt:: bash #
180180

181-
ceph orch status
181+
ceph orch status
182182

183183
Disable the Orchestrator
184184
------------------------
185185

186186
To 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

193193
Current Implementation Status
194194
=============================

0 commit comments

Comments
 (0)