From: Sage Weil Date: Tue, 16 Jan 2018 22:48:37 +0000 (-0600) Subject: osd: kill disk_tp, recovery_gen_wq X-Git-Tag: v13.1.0~390^2~97 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a331c8be28f59e2b9d952e5b5e864256429d9d5;p=ceph.git osd: kill disk_tp, recovery_gen_wq Progress! Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index a491ec76168..b9d0309c7ce 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -607,9 +607,6 @@ OPTION(osd_max_markdown_count, OPT_INT) OPTION(osd_op_pq_max_tokens_per_priority, OPT_U64) OPTION(osd_op_pq_min_cost, OPT_U64) -OPTION(osd_disk_threads, OPT_INT) -OPTION(osd_disk_thread_ioprio_class, OPT_STR) // rt realtime be best effort idle -OPTION(osd_disk_thread_ioprio_priority, OPT_INT) // 0-7 OPTION(osd_recover_clone_overlap, OPT_BOOL) // preserve clone_overlap during recovery/migration OPTION(osd_op_num_threads_per_shard, OPT_INT) OPTION(osd_op_num_threads_per_shard_hdd, OPT_INT) @@ -668,8 +665,6 @@ OPTION(osd_backfill_scan_min, OPT_INT) OPTION(osd_backfill_scan_max, OPT_INT) OPTION(osd_op_thread_timeout, OPT_INT) OPTION(osd_op_thread_suicide_timeout, OPT_INT) -OPTION(osd_recovery_thread_timeout, OPT_INT) -OPTION(osd_recovery_thread_suicide_timeout, OPT_INT) OPTION(osd_recovery_sleep, OPT_FLOAT) // seconds to sleep between recovery ops OPTION(osd_recovery_sleep_hdd, OPT_FLOAT) OPTION(osd_recovery_sleep_ssd, OPT_FLOAT) diff --git a/src/common/options.cc b/src/common/options.cc index 43c26130185..94093144ed3 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2233,14 +2233,6 @@ std::vector