From 1ac34a5ea3d1aca299b02e574b295dd4bf6167f4 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 --- 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 5ccc6142046..5f5e1f2836f 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1565,7 +1565,7 @@ std::vector