Skip to content

Commit

Permalink
mon: set RUNTIME flag on mon_mds_blacklist_interval
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
  • Loading branch information
batrick committed Dec 4, 2019
1 parent 78576c9 commit cc6422a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc6422a

Please sign in to comment.