From 99970bb795d61fc1691e7846bd583e602f23b4d6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 30 May 2019 09:16:06 -0500 Subject: [PATCH] mon: drop mon_debug_no_require_mimic Signed-off-by: Sage Weil --- src/common/legacy_config_opts.h | 1 - src/common/options.cc | 6 ------ src/mon/OSDMonitor.cc | 10 ++-------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index b5a02d915e2..489e9373a2a 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -279,7 +279,6 @@ OPTION(mon_debug_deprecated_as_obsolete, OPT_BOOL) // consider deprecated comman OPTION(mon_debug_dump_transactions, OPT_BOOL) OPTION(mon_debug_dump_json, OPT_BOOL) OPTION(mon_debug_dump_location, OPT_STR) -OPTION(mon_debug_no_require_mimic, OPT_BOOL) OPTION(mon_debug_no_require_bluestore_for_ec_overwrites, OPT_BOOL) OPTION(mon_debug_no_initial_persistent_features, OPT_BOOL) OPTION(mon_inject_transaction_delay_max, OPT_DOUBLE) // seconds diff --git a/src/common/options.cc b/src/common/options.cc index f27ea15f12a..27b6d52e644 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1935,12 +1935,6 @@ std::vector