Merge pull request #17728 from ygtzf/cleanup-unused-parameter

mon: cleanup unused option mon_health_data_update_interval

Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-10-02 11:34:39 +08:00 committed by GitHub
commit dd4e4ed3fe
2 changed files with 0 additions and 5 deletions

View File

@ -270,7 +270,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)

View File

@ -1178,10 +1178,6 @@ std::vector<Option> get_global_options() {
.set_default(0.05)
.set_description(""),
Option("mon_health_data_update_interval", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
.set_default(60.0)
.set_description(""),
Option("mon_health_to_clog", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
.set_default(true)
.set_description(""),