]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: remove dead option 38790/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Jan 2021 18:52:47 +0000 (10:52 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 6 Jan 2021 18:53:52 +0000 (10:53 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/common/legacy_config_opts.h
src/common/options.cc

index 2e6529e840d132ea4928f873d53c959452021897..698d2721c4aaefae20ebde2d97acf7d40ff91e76 100644 (file)
@@ -131,7 +131,6 @@ OPTION(ms_pq_max_tokens_per_priority, OPT_U64)
 OPTION(ms_pq_min_cost, OPT_U64)
 OPTION(ms_inject_socket_failures, OPT_U64)
 SAFE_OPTION(ms_inject_delay_type, OPT_STR)          // "osd mds mon client" allowed
-OPTION(ms_inject_delay_msg_type, OPT_STR)      // the type of message to delay). This is an additional restriction on the general type filter ms_inject_delay_type.
 OPTION(ms_inject_delay_max, OPT_DOUBLE)         // seconds
 OPTION(ms_inject_delay_probability, OPT_DOUBLE) // range [0, 1]
 OPTION(ms_inject_internal_delays, OPT_DOUBLE)   // seconds
index 2dd0e07b8a61f1a3d12271fc61bd3079429a5c27..e06a59c6d126ea8c9a650df04b9e8a0c9bf51ffc 100644 (file)
@@ -1103,10 +1103,6 @@ std::vector<Option> get_global_options() {
     .set_description("Entity type to inject delays for")
     .set_flag(Option::FLAG_RUNTIME),
 
-    Option("ms_inject_delay_msg_type", Option::TYPE_STR, Option::LEVEL_DEV)
-    .set_default("")
-    .set_description("Message type to inject delays for"),
-
     Option("ms_inject_delay_max", Option::TYPE_FLOAT, Option::LEVEL_DEV)
     .set_default(1)
     .set_description("Max delay to inject"),