You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc/cephadm/services: remove excess rendered indentation in osd.rst
Start bash command blocks at the left margin, removing
excessive padding/indentation that would render the
block too much towards the right.
At the same time ident the source consistently:
- Two spaces for command blocks and output blocks.
- Four spaces for notes, code blocks.
There seems to be no uniform style for this, sometimes
commands are indented with three spaces but it would
seem two spaces is common. In the end it all renders
the same I guess.
Signed-off-by: Ville Ojamo <[email protected]>
- The default behavior of ``ceph orch apply`` causes cephadm constantly to reconcile. This means that cephadm creates OSDs as soon as new drives are detected.
222
+
- The default behavior of ``ceph orch apply`` causes cephadm constantly to reconcile. This means that cephadm creates OSDs as soon as new drives are detected.
224
223
225
-
- Setting ``unmanaged: True`` disables the creation of OSDs. If ``unmanaged: True`` is set, nothing will happen even if you apply a new OSD service.
224
+
- Setting ``unmanaged: True`` disables the creation of OSDs. If ``unmanaged: True`` is set, nothing will happen even if you apply a new OSD service.
226
225
227
-
- ``ceph orch daemon add`` creates OSDs, but does not add an OSD service.
226
+
- ``ceph orch daemon add`` creates OSDs, but does not add an OSD service.
228
227
229
228
* For cephadm, see also :ref:`cephadm-spec-unmanaged`.
230
229
@@ -252,7 +251,7 @@ Example:
252
251
253
252
Expected output::
254
253
255
-
Scheduled OSD(s) for removal
254
+
Scheduled OSD(s) for removal
256
255
257
256
OSDs that are not safe to destroy will be rejected.
258
257
@@ -275,14 +274,14 @@ You can query the state of OSD operation with the following command:
275
274
276
275
.. prompt:: bash #
277
276
278
-
ceph orch osd rm status
277
+
ceph orch osd rm status
279
278
280
279
Expected output::
281
280
282
-
OSD_ID HOST STATE PG_COUNT REPLACE FORCE STARTED_AT
0 commit comments