From: Sage Weil Date: Sat, 14 Nov 2015 03:34:12 +0000 (-0500) Subject: mon: change mon_osd_min_down_reporters from 1 -> 2 X-Git-Tag: v10.0.1~26^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d201c6d93f40affe72d940605c8786247451d3e5;p=ceph.git mon: change mon_osd_min_down_reporters from 1 -> 2 This makes more sense to me. Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 3ae21b5260d21..2fb04fdbeec1a 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -276,7 +276,7 @@ OPTION(mon_sync_debug_leader, OPT_INT, -1) // monitor to be used as the sync lea OPTION(mon_sync_debug_provider, OPT_INT, -1) // monitor to be used as the sync provider OPTION(mon_sync_debug_provider_fallback, OPT_INT, -1) // monitor to be used as fallback if sync provider fails OPTION(mon_inject_sync_get_chunk_delay, OPT_DOUBLE, 0) // inject N second delay on each get_chunk request -OPTION(mon_osd_min_down_reporters, OPT_INT, 1) // number of OSDs who need to report a down OSD for it to count +OPTION(mon_osd_min_down_reporters, OPT_INT, 2) // number of OSDs who need to report a down OSD for it to count OPTION(mon_osd_force_trim_to, OPT_INT, 0) // force mon to trim maps to this point, regardless of min_last_epoch_clean (dangerous, use with care) OPTION(mon_mds_force_trim_to, OPT_INT, 0) // force mon to trim mdsmaps to this point (dangerous, use with care)