From f526716e4794fdce686d96240fb1f643cecb7aa2 Mon Sep 17 00:00:00 2001 From: lafont Date: Sat, 9 Jan 2016 05:38:25 +0100 Subject: [PATCH] doc: fix "mon osd down out subtree limit" option name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- doc/rados/configuration/mon-osd-interaction.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/rados/configuration/mon-osd-interaction.rst b/doc/rados/configuration/mon-osd-interaction.rst index ed5f6cbbc73d..be1223691f22 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`` -- 2.47.3