]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove mentions about mon_osd_min_down_reports 13558/head
authorBarbora Ančincová <bancinco@redhat.com>
Tue, 21 Feb 2017 11:28:22 +0000 (12:28 +0100)
committerBarbora Ančincová <bancinco@redhat.com>
Tue, 21 Feb 2017 12:43:03 +0000 (13:43 +0100)
Fixes: http://tracker.ceph.com/issues/19016
Signed-off-by: Bara Ancincova (bara@redhat.com)
doc/rados/configuration/mon-osd-interaction.rst

index 964c9ac52f96ecba6f01884f3d5a6c02c45a5e92..96d88472c4882cc70ada04b876e3559a982dd58f 100644 (file)
@@ -75,10 +75,7 @@ OSDs Report Down OSDs
 
 By default, a Ceph OSD Daemon must report to the Ceph Monitors that another Ceph
 OSD Daemon is ``down`` three times before the Ceph Monitors acknowledge that the
-reported Ceph OSD Daemon is ``down``.  You can change the minimum number of
-``osd down`` reports by adding an ``mon osd min down reports`` setting (``osd
-min down reports`` prior to v0.62) under the ``[mon]`` section of your Ceph
-configuration file, or by setting the value at runtime. By default, only one
+reported Ceph OSD Daemon is ``down``. By default, only one
 Ceph OSD Daemon is required to report another Ceph OSD Daemon ``down``. You can
 change the number of Ceph OSD Daemones required to report a Ceph OSD Daemon
 ``down`` to a Ceph Monitor by adding an ``mon osd min down reporters`` setting
@@ -318,14 +315,6 @@ Monitor Settings
 :Default: ``1``
 
 
-``mon osd min down reports`` 
-
-:Description: The minimum number of times a Ceph OSD Daemon must report 
-              that another Ceph OSD Daemon is ``down``.
-
-:Type: 32-bit Integer
-:Default: ``3`` 
-
 .. index:: OSD hearbeat
 
 OSD Settings