]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix "mon osd down out subtree limit" option name 7164/head
authorlafont <francois.lafont@ac-versailles.fr>
Sat, 9 Jan 2016 04:38:25 +0000 (05:38 +0100)
committerlafont <francois.lafont@ac-versailles.fr>
Wed, 20 Jan 2016 07:19:47 +0000 (08:19 +0100)
The name of the parameter `mon osd down out subtree limit`
was incorrect (with `downout` instead of `down out`).
Furthermore, the description seemed to me a little bit
ambiguous.

Signed-off-by: François Lafont <francois.lafont@ac-versailles.fr>
doc/rados/configuration/mon-osd-interaction.rst

index ed5f6cbbc73d66b694441ac04d7205bca9333560..be1223691f2227f26c0c299408437be4e0224c98 100644 (file)
@@ -289,10 +289,12 @@ Monitor Settings
 :Default: ``300``
 
 
-``mon osd downout subtree limit``
+``mon osd down out subtree limit``
 
-:Description: The largest :term:`CRUSH` unit type that Ceph will 
-              automatically mark ``out``. 
+:Description: The smallest :term:`CRUSH` unit type that Ceph will **not**
+              automatically mark out. For instance, if set to ``host`` and if
+              all OSDs of a host are down, Ceph will not automatically mark out
+              these OSDs.
 
 :Type: String
 :Default: ``rack``