From: Sage Weil Date: Wed, 11 Sep 2019 22:26:52 +0000 (-0500) Subject: mon: disable min pg per osd warning X-Git-Tag: v15.1.0~1570^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30352%2Fhead;p=ceph.git 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 --- diff --git a/src/common/options.cc b/src/common/options.cc index 5ccc6142046a..5f5e1f2836fe 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1565,7 +1565,7 @@ std::vector