From 076110873c37670ea5887cdee54420c39ae95ddd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 26 Aug 2017 15:24:24 -0400 Subject: [PATCH] mon: s/mon_debug_no_require_luminous/mon_debug_no_require_mimic/ Signed-off-by: Sage Weil --- src/common/legacy_config_opts.h | 2 +- src/common/options.cc | 2 +- src/mon/OSDMonitor.cc | 27 ++++++++++++++------------- src/mon/PGMap.cc | 2 +- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index cf0564a12e3..62bced22ca4 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -310,7 +310,7 @@ 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_luminous, OPT_BOOL) +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 fb0d3adc408..d8f2744e8b6 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1303,7 +1303,7 @@ std::vector