From: lafont Date: Sat, 9 Jan 2016 04:38:25 +0000 (+0100) Subject: doc: fix "mon osd down out subtree limit" option name X-Git-Tag: v10.0.3~15^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f526716e4794fdce686d96240fb1f643cecb7aa2;p=ceph-ci.git doc: fix "mon osd down out subtree limit" option name 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 --- diff --git a/doc/rados/configuration/mon-osd-interaction.rst b/doc/rados/configuration/mon-osd-interaction.rst index ed5f6cbbc73..be1223691f2 100644 --- a/doc/rados/configuration/mon-osd-interaction.rst +++ b/doc/rados/configuration/mon-osd-interaction.rst @@ -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``