From 2c66ff7351ba281fd59402bae2d217fdb294534f Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Thu, 5 Nov 2020 11:22:51 +0100 Subject: [PATCH] os/bluestore: Removed bluestore_debug_misc option Signed-off-by: Adam Kupczyk --- src/common/legacy_config_opts.h | 1 - src/common/options.cc | 4 ---- src/os/bluestore/BlueStore.cc | 3 +-- src/test/objectstore/store_test.cc | 1 - 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 02094b29877..407b9020916 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1058,7 +1058,6 @@ OPTION(bluestore_blobid_prealloc, OPT_U64) OPTION(bluestore_clone_cow, OPT_BOOL) // do copy-on-write for clones OPTION(bluestore_default_buffered_read, OPT_BOOL) OPTION(bluestore_default_buffered_write, OPT_BOOL) -OPTION(bluestore_debug_misc, OPT_BOOL) OPTION(bluestore_debug_no_reuse_blocks, OPT_BOOL) OPTION(bluestore_debug_small_allocations, OPT_INT) OPTION(bluestore_debug_too_many_blobs_threshold, OPT_INT) diff --git a/src/common/options.cc b/src/common/options.cc index b58acbc8889..145475a008e 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4811,10 +4811,6 @@ std::vector