From: luo rixin Date: Mon, 4 Jan 2021 12:40:54 +0000 (+0800) Subject: common/options: remove ununsed options X-Git-Tag: v16.1.0~144^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38757%2Fhead;p=ceph.git common/options: remove ununsed options Signed-off-by: luo rixin --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index fc21eb5ad320..2e6529e840d1 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 89d1fe60e200..2dd0e07b8a61 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3193,18 +3193,6 @@ std::vector