https://bugzilla.redhat.com/show_bug.cgi?id=
1603615 indicates
a case when pg calc conflicts with mon_max_pg_per_osd, and does not
allow pool creation when this limit is 200. Hence, increase this limit
to avoid this.
Signed-off-by: Neha Ojha <nojha@redhat.com>
.set_description("minimal number PGs per (in) osd before we warn the admin"),
Option("mon_max_pg_per_osd", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
- .set_default(200)
+ .set_default(250)
.set_description("Max number of PGs per OSD the cluster will allow"),
Option("mon_pg_warn_max_object_skew", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)