mon: set RUNTIME flag on mon_mds_blacklist_interval

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2019-11-21 13:01:07 -08:00
parent 78576c9eec
commit cc6422af85
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View 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)