]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: disable min pg per osd warning
authorSage Weil <sage@redhat.com>
Wed, 11 Sep 2019 22:26:52 +0000 (17:26 -0500)
committerSage Weil <sage@redhat.com>
Wed, 11 Sep 2019 22:27:24 +0000 (17:27 -0500)
commit1ac34a5ea3d1aca299b02e574b295dd4bf6167f4
treee4fe64e76c410859ac1bd3ffcbd245de279976d4
parent3417e269060e63dc4dddcf3d686ea234f03808da
mon: disable min pg per osd warning

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>
src/common/options.cc