]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon: set RUNTIME flag on mon_mds_blacklist_interval
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 21 Nov 2019 21:01:07 +0000 (13:01 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 4 Dec 2019 01:53:13 +0000 (17:53 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/common/options.cc

index 3cc2a8600894ed6995d66475de06f39e66710106..4a250a7740998fce157012fa81f44f8448cfd911 100644 (file)
@@ -2086,7 +2086,8 @@ std::vector<Option> get_global_options() {
     .set_min(1_hr)
     .add_service("mon")
     .set_description("Duration in seconds that blacklist entries for MDS "
-                     "daemons remain in the OSD map"),
+                     "daemons remain in the OSD map")
+    .set_flag(Option::FLAG_RUNTIME),
 
     Option("mon_osd_crush_smoke_test", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
     .set_default(true)