From 8da5f1c96fd46f05d48931b68b6f13521bea315f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 Aug 2017 14:34:27 -0400 Subject: [PATCH] qa/clusters/fixed-2: 4 osds per node, not 3 We need this for the thrashing with ec k=2 m=2 pools. Signed-off-by: Sage Weil (cherry picked from commit 4203c4f88785d8149235dd34d37f87e471084d71) --- qa/clusters/fixed-2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/clusters/fixed-2.yaml b/qa/clusters/fixed-2.yaml index 3b08e287d5165..f3ef241956807 100644 --- a/qa/clusters/fixed-2.yaml +++ b/qa/clusters/fixed-2.yaml @@ -1,6 +1,6 @@ roles: -- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, client.0] -- [mon.b, mgr.x, osd.3, osd.4, osd.5, client.1] +- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0] +- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1] openstack: - volumes: # attached to each instance count: 3 -- 2.39.5