]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: set osd_min_down_reports to 3.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 5 Aug 2010 18:36:15 +0000 (11:36 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 5 Aug 2010 18:36:15 +0000 (11:36 -0700)
src/config.cc

index 2418e86d07539cbe130ca63993f299ff76fe1769..b5aa64d8f046fdc967ac83ccf1382da307e80c30 100644 (file)
@@ -483,7 +483,7 @@ static struct config_option config_optionsp[] = {
        OPTION(osd_heartbeat_grace, 0, OPT_INT, 20),
        OPTION(osd_mon_report_interval, 0, OPT_INT, 5),  // pg stats, failures, up_thru, boot.
        OPTION(osd_min_down_reporters, 0, OPT_INT, 1),   // number of OSDs who need to report a down OSD for it to count
-       OPTION(osd_min_down_reports, 0, OPT_INT, 1),     // number of times a down OSD must be reported for it to count
+       OPTION(osd_min_down_reports, 0, OPT_INT, 3),     // number of times a down OSD must be reported for it to count
        OPTION(osd_replay_window, 0, OPT_INT, 45),
        OPTION(osd_max_pull, 0, OPT_INT, 2),
        OPTION(osd_preserve_trimmed_log, 0, OPT_BOOL, true),