Now that the pg_autoscaler is on by default, it is "normal" (and okay) to
have a small number of PGs in the cluster if the overall cluster usage is
also low. This setting just results in a health warning out of the box
when you create a pool and haven't written any data yet.
Fixes: https://tracker.ceph.com/issues/41735
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
1ac34a5ea3d1aca299b02e574b295dd4bf6167f4)
.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"),