mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
Merge pull request #16488 from liewegas/wip-skewed
common/options: remove mon_warn_osd_usage_min_max_delta from options.cc too Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
commit
17c1a8f74a
@ -1154,10 +1154,6 @@ const std::vector<Option> ceph_options = {
|
||||
.set_default(true)
|
||||
.set_description(""),
|
||||
|
||||
Option("mon_warn_osd_usage_min_max_delta", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
|
||||
.set_default(.40)
|
||||
.set_description(""),
|
||||
|
||||
Option("mon_min_osdmap_epochs", Option::TYPE_INT, Option::LEVEL_ADVANCED)
|
||||
.set_default(500)
|
||||
.set_description(""),
|
||||
|
Loading…
Reference in New Issue
Block a user