mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
mon: set RUNTIME flag on mon_mds_blacklist_interval
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
78576c9eec
commit
cc6422af85
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user