From: Sage Weil Date: Thu, 30 May 2019 14:16:06 +0000 (-0500) Subject: mon: drop mon_debug_no_require_mimic X-Git-Tag: v15.1.0~2308^2~68 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99970bb795d61fc1691e7846bd583e602f23b4d6;p=ceph.git mon: drop mon_debug_no_require_mimic Signed-off-by: Sage Weil --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index b5a02d915e2d..489e9373a2ae 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 f27ea15f12ad..27b6d52e6442 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1935,12 +1935,6 @@ std::vector