From 692e5a1db918a865cdf8cff9bec49911a6e86cf2 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 22 Aug 2014 15:14:58 -0700 Subject: [PATCH] ceph.conf: mon reweight min pgs per osd = 4 So teh cephtool reweight-by-pg test will pass with mini clusters. Signed-off-by: Sage Weil --- teuthology/ceph.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index 563d691d2d..533aa092e2 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -41,6 +41,7 @@ debug mon = 20 debug paxos = 20 mon data avail warn = 5 + mon reweight min pgs per osd = 4 [mds] mds debug scatterstat = true -- 2.39.5