From: Sage Weil Date: Sun, 5 Nov 2017 17:08:40 +0000 (-0600) Subject: osd: remove old peering work queue X-Git-Tag: v13.0.2~840^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a45b4fc46d46d7fa5e6fa562570fba685d67a94;p=ceph.git osd: remove old peering work queue Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 6a89f82a290e..22d62ab4705a 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 1db1763e3ae1..bc8ca9c42f74 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1931,14 +1931,6 @@ std::vector