mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge PR #30352 into master
* refs/pull/30352/head: mon: disable min pg per osd warning Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
609ab5aa85
@ -1565,7 +1565,7 @@ std::vector<Option> get_global_options() {
|
||||
.add_service("mgr"),
|
||||
|
||||
Option("mon_pg_warn_min_per_osd", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
|
||||
.set_default(30)
|
||||
.set_default(0)
|
||||
.add_service("mgr")
|
||||
.set_description("minimal number PGs per (in) osd before we warn the admin"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user