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