]> 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)
committerDavid Zafman <dzafman@redhat.com>
Fri, 24 Feb 2017 21:02:00 +0000 (13:02 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
doc/rados/configuration/mon-osd-interaction.rst
src/common/config_opts.h

index 96d88472c4882cc70ada04b876e3559a982dd58f..c71b400ed0d06c45ec6ab3ab05d98d538e985d30 100644 (file)
@@ -220,7 +220,7 @@ Monitor Settings
               mark Ceph OSD Daemons ``out``.
               
 :Type: Double
-:Default: ``.3``
+:Default: ``.75``
 
 
 ``mon osd laggy halflife``
index 68384edaf10cc86a4180db792110b0e820d9301d..d29046a45de6db8b2aa9cc2c1c3c072824cd4677 100644 (file)
@@ -277,7 +277,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