From be2ed79bc9a919a6879a33be2b9d8a690b1fb524 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 17 Apr 2017 14:50:20 +0800 Subject: [PATCH] ceph.conf: adjust "mon reweight min *" for mgr also Fixes: http://tracker.ceph.com/issues/19631 Signed-off-by: Kefu Chai --- teuthology/ceph.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index d03939cb..4def06cd 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -62,6 +62,8 @@ debug mgr = 20 debug mon = 20 debug auth = 20 + mon reweight min pgs per osd = 4 + mon reweight min bytes per osd = 10 [mon] debug ms = 1 -- 2.47.3