From db9c2afead8e63781686ad876c5415ee9d8a319a Mon Sep 17 00:00:00 2001 From: Yao Guotao Date: Thu, 14 Sep 2017 06:09:24 -0400 Subject: [PATCH] mon: cleanup unused option mon_health_data_update_interval Signed-off-by: Yao Guotao --- src/common/legacy_config_opts.h | 1 - src/common/options.cc | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 17e21773cbe..0716ff974b6 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -272,7 +272,6 @@ OPTION(mon_reweight_min_pgs_per_osd, OPT_U64) // min pgs per osd for reweight- OPTION(mon_reweight_min_bytes_per_osd, OPT_U64) // min bytes per osd for reweight-by-utilization command OPTION(mon_reweight_max_osds, OPT_INT) // max osds to change per reweight-by-* command OPTION(mon_reweight_max_change, OPT_DOUBLE) -OPTION(mon_health_data_update_interval, OPT_FLOAT) OPTION(mon_health_to_clog, OPT_BOOL) OPTION(mon_health_to_clog_interval, OPT_INT) OPTION(mon_health_to_clog_tick_interval, OPT_DOUBLE) diff --git a/src/common/options.cc b/src/common/options.cc index 87f8a379466..a882f5f99af 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1174,10 +1174,6 @@ std::vector