]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: disable min pg per osd warning 34618/head
authorSage Weil <sage@redhat.com>
Wed, 11 Sep 2019 22:26:52 +0000 (17:26 -0500)
committerNeha Ojha <nojha@redhat.com>
Fri, 17 Apr 2020 16:57:49 +0000 (09:57 -0700)
commit815f05f384b42a093ba98204c8e452abd60fb972
tree0c64d88db8e118a16c839d43964666fbbcddd00a
parent62afb915ecd67f352966d3175ac7250633a60134
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>
(cherry picked from commit 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4)
src/common/options.cc