From 96b7b0d83e5fe70a4efb4e284e18b4b40840bfec Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 5 Jan 2012 09:30:33 -0800 Subject: [PATCH] common: default 'mon osd auto mark in = false' This way an osd that was explicitly marked out will stay out, even when it is restarted. Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 5ecb2d8d9e203..10dc823b95135 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -87,7 +87,7 @@ OPTION(mon_data, OPT_STR, "") OPTION(mon_sync_fs_threshold, OPT_INT, 5) // sync() when writing this many objects; 0 to disable. OPTION(mon_tick_interval, OPT_INT, 5) OPTION(mon_subscribe_interval, OPT_DOUBLE, 300) -OPTION(mon_osd_auto_mark_in, OPT_BOOL, true) // mark booting osds 'in' +OPTION(mon_osd_auto_mark_in, OPT_BOOL, false) // mark any booting osds 'in' OPTION(mon_osd_auto_mark_auto_out_in, OPT_BOOL, true) // mark booting auto-marked-out osds 'in' OPTION(mon_osd_auto_mark_new_in, OPT_BOOL, true) // mark booting new osds 'in' OPTION(mon_osd_down_out_interval, OPT_INT, 300) // seconds -- 2.39.5