From ef7583d7178061b47c737d9138dae81685be720e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 12 Apr 2017 23:29:08 +0800 Subject: [PATCH] qa/suites: add mon-reweight-min-pgs-per-osd = 4 so we can run reweight commands in a small cluster with 3 OSD and 27 PGs. Signed-off-by: Kefu Chai --- qa/suites/rados/singleton/all/cephtool.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qa/suites/rados/singleton/all/cephtool.yaml b/qa/suites/rados/singleton/all/cephtool.yaml index 55f8822f2b10..a7d1ced9b4f7 100644 --- a/qa/suites/rados/singleton/all/cephtool.yaml +++ b/qa/suites/rados/singleton/all/cephtool.yaml @@ -11,6 +11,13 @@ openstack: - volumes: # attached to each instance count: 3 size: 10 # GB +overrides: + ceph: + conf: + mgr: + mon reweight min pgs per osd: 4 + mon: + mon reweight min pgs per osd: 4 tasks: - install: - ceph: -- 2.47.3