From: Adam Kupczyk Date: Thu, 5 Nov 2020 10:22:51 +0000 (+0100) Subject: os/bluestore: Removed bluestore_debug_misc option X-Git-Tag: v16.1.0~601^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c66ff7351ba281fd59402bae2d217fdb294534f;p=ceph.git os/bluestore: Removed bluestore_debug_misc option Signed-off-by: Adam Kupczyk --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 02094b298774..407b90209169 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 b58acbc8889b..145475a008e6 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4811,10 +4811,6 @@ std::vector