From 1a45b4fc46d46d7fa5e6fa562570fba685d67a94 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 5 Nov 2017 11:08:40 -0600 Subject: [PATCH] osd: remove old peering work queue Signed-off-by: Sage Weil --- src/common/legacy_config_opts.h | 2 - src/common/options.cc | 8 ---- src/osd/OSD.cc | 83 --------------------------------- src/osd/OSD.h | 61 ------------------------ src/osd/PG.cc | 8 ---- src/osd/PG.h | 2 - src/osd/PrimaryLogPG.cc | 3 -- 7 files changed, 167 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 6a89f82a290..22d62ab4705 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -631,8 +631,6 @@ OPTION(osd_inject_failure_on_pg_removal, OPT_BOOL) OPTION(osd_max_markdown_period , OPT_INT) OPTION(osd_max_markdown_count, OPT_INT) -OPTION(osd_peering_wq_threads, OPT_INT) -OPTION(osd_peering_wq_batch_size, OPT_U64) OPTION(osd_op_pq_max_tokens_per_priority, OPT_U64) OPTION(osd_op_pq_min_cost, OPT_U64) OPTION(osd_disk_threads, OPT_INT) diff --git a/src/common/options.cc b/src/common/options.cc index 1db1763e3ae..bc8ca9c42f7 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1931,14 +1931,6 @@ std::vector