]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: Bump min in ratio to 75%
authorDavid Zafman <dzafman@redhat.com>
Tue, 14 Feb 2017 22:40:05 +0000 (14:40 -0800)
committerNathan Cutler <ncutler@suse.com>
Tue, 18 Jul 2017 20:12:57 +0000 (22:12 +0200)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 830cc7aa7be1ccd8f54f056b6a58e923cadd1c2b)

doc/rados/configuration/mon-osd-interaction.rst
src/common/config_opts.h

index 1e931d5f2108961b46663b6192c0e9734098e3ec..4e9d752ae2744c0bc6bd4c4f0ea245f18280abbe 100644 (file)
@@ -222,7 +222,7 @@ Monitor Settings
               mark Ceph OSD Daemons ``out``.
               
 :Type: Double
-:Default: ``.3``
+:Default: ``.75``
 
 
 ``mon osd laggy halflife``
index aacd183a161d72ec20d37a2e5b6a112a51fbf468..3fea4206aaa2f5b2393de0bd5a86a7d6e3e98f8b 100644 (file)
@@ -264,7 +264,7 @@ OPTION(mon_osd_auto_mark_new_in, OPT_BOOL, true)      // mark booting new osds '
 OPTION(mon_osd_down_out_interval, OPT_INT, 600) // seconds
 OPTION(mon_osd_down_out_subtree_limit, OPT_STR, "rack")   // smallest crush unit/type that we will not automatically mark out
 OPTION(mon_osd_min_up_ratio, OPT_DOUBLE, .3)    // min osds required to be up to mark things down
-OPTION(mon_osd_min_in_ratio, OPT_DOUBLE, .3)   // min osds required to be in to mark things out
+OPTION(mon_osd_min_in_ratio, OPT_DOUBLE, .75)   // min osds required to be in to mark things out
 OPTION(mon_osd_max_op_age, OPT_DOUBLE, 32)     // max op age before we get concerned (make it a power of 2)
 OPTION(mon_osd_max_split_count, OPT_INT, 32) // largest number of PGs per "involved" OSD to let split create
 OPTION(mon_osd_allow_primary_temp, OPT_BOOL, false)  // allow primary_temp to be set in the osdmap