From a5f9ca1571cb2b9965d57c9102239aac28a5cc2a Mon Sep 17 00:00:00 2001 From: luo rixin Date: Mon, 4 Jan 2021 20:40:54 +0800 Subject: [PATCH] common/options: remove ununsed options Signed-off-by: luo rixin --- src/common/legacy_config_opts.h | 3 --- src/common/options.cc | 12 ------------ 2 files changed, 15 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index fc21eb5ad320f..2e6529e840d13 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -666,9 +666,6 @@ OPTION(osd_mon_report_interval, OPT_INT) // failures, up_thru, boot. OPTION(osd_mon_report_max_in_flight, OPT_INT) // max updates in flight OPTION(osd_beacon_report_interval, OPT_INT) // (second) how often to send beacon message to monitor OPTION(osd_pg_stat_report_interval_max, OPT_INT) // report pg stats for any given pg at least this often -OPTION(osd_mon_ack_timeout, OPT_DOUBLE) // time out a mon if it doesn't ack stats -OPTION(osd_stats_ack_timeout_factor, OPT_DOUBLE) // multiples of mon_ack_timeout -OPTION(osd_stats_ack_timeout_decay, OPT_DOUBLE) OPTION(osd_default_data_pool_replay_window, OPT_INT) OPTION(osd_auto_mark_unfound_lost, OPT_BOOL) OPTION(osd_recovery_delay_start, OPT_FLOAT) diff --git a/src/common/options.cc b/src/common/options.cc index 89d1fe60e200f..2dd0e07b8a61f 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3193,18 +3193,6 @@ std::vector