]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/crush: fix rst
authorSage Weil <sage@inktank.com>
Wed, 4 Dec 2013 06:18:41 +0000 (22:18 -0800)
committerSage Weil <sage@inktank.com>
Wed, 4 Dec 2013 06:18:50 +0000 (22:18 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/rados/operations/crush-map.rst

index 51dcdf824868ee2b5e271676b453a835d35e9f57..f6b4a54957ba946c72e38319d9e58dffacbc79cd 100644 (file)
@@ -67,14 +67,13 @@ crush location could be described as::
 
 Note:
 
-*. Note that the order of the keys does not matter.
-*. The key name (left of ``='') must be a valid CRUSH ``type``.  By default
-   these include root, datacenter, row, rack, and host, but those types can be
-   customized to be anything appropriate by modifying the CRUSH map.
-*. Not all keys need to be specified.  For example, by default, Ceph
-   automatically sets a ceph-osd daemon's location to be
-   ``root=default host=HOSTNAME'' (based on the output from ``hostname
-   -s'').
+#. Note that the order of the keys does not matter.
+#. The key name (left of ``='') must be a valid CRUSH ``type``.  By default
+ these include root, datacenter, row, rack, and host, but those types can be
+ customized to be anything appropriate by modifying the CRUSH map.
+#. Not all keys need to be specified.  For example, by default, Ceph
+ automatically sets a ceph-osd daemon's location to be
+ ``root=default host=HOSTNAME'' (based on the output from ``hostname -s'').
 
 ceph-crush-location hook
 ------------------------