From 815f05f384b42a093ba98204c8e452abd60fb972 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Sep 2019 17:26:52 -0500 Subject: [PATCH] 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 (cherry picked from commit 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4) --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 304135391320f..4074f00b05039 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1597,7 +1597,7 @@ std::vector