From: Yao Guotao Date: Thu, 14 Sep 2017 10:09:24 +0000 (-0400) Subject: mon: cleanup unused option mon_health_data_update_interval X-Git-Tag: v13.0.1~713^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17728%2Fhead;p=ceph.git mon: cleanup unused option mon_health_data_update_interval Signed-off-by: Yao Guotao --- 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