mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
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:
commit
dd4e4ed3fe
@ -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)
|
||||
|
@ -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(""),
|
||||
|
Loading…
Reference in New Issue
Block a user