]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: Improve formatting in crush-map.rst 67332/head
authoradatri <anthony.datri@gmail.com>
Thu, 12 Feb 2026 15:52:27 +0000 (10:52 -0500)
committeradatri <anthony.datri@gmail.com>
Thu, 12 Feb 2026 15:52:27 +0000 (10:52 -0500)
Signed-off-by: adatri <anthony.datri@gmail.com>
doc/rados/operations/crush-map.rst

index 1cd0613eeeae0e094868dfc888781d529545a354..6c8c2830a9f0e97a165205280908e7c8776cf397 100644 (file)
@@ -46,7 +46,7 @@ CRUSH Location
 The location of an OSD within the CRUSH map's hierarchy is referred to as its
 ``CRUSH location``. The specification of a CRUSH location takes the form of a
 list of key-value pairs. For example, if an OSD is in a particular row, rack,
-chassis, and host, and is also part of the 'default' CRUSH root (which is the
+chassis, and host, and is also part of the `default` CRUSH root (which is the
 case for most clusters), its CRUSH location can be specified as follows::
 
   root=default row=a rack=a2 chassis=a2a host=a2a1
@@ -76,7 +76,7 @@ section::
 Note that this action is unnecessary in most cases.
 
 If the ``crush_location`` is not set explicitly,
-a default of ``root=default host=HOSTNAME`` is used for ``OSD``s,
+a default of ``root=default host=HOSTNAME`` is used for OSDs,
 where the hostname is determined by the output of the ``hostname -s`` command.
 
 .. note:: If you switch from this default to an explicitly set ``crush_location``,