From f74d71f708188100409db69d9172e31f1dd7abd1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Aug 2017 14:11:43 -0400 Subject: [PATCH] qa/suites/rados/thrash-erasure-coe-big/clsuter: 12 osds on 3 nodes not 4 smithi have 4 nvme partitions available, not 3. Signed-off-by: Sage Weil --- .../rados/thrash-erasure-code-big/cluster/12-osds.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qa/suites/rados/thrash-erasure-code-big/cluster/12-osds.yaml b/qa/suites/rados/thrash-erasure-code-big/cluster/12-osds.yaml index db86583f22c..1c45ee3524a 100644 --- a/qa/suites/rados/thrash-erasure-code-big/cluster/12-osds.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/cluster/12-osds.yaml @@ -1,5 +1,4 @@ roles: -- [osd.0, osd.1, osd.2, client.0, mon.a] -- [osd.3, osd.4, osd.5, mon.b] -- [osd.6, osd.7, osd.8, mon.c] -- [osd.9, osd.10, osd.11, mgr.x] +- [osd.0, osd.1, osd.2, osd.3, client.0, mon.a] +- [osd.4, osd.5, osd.6, osd.7, mon.b, mgr.x] +- [osd.8, osd.9, osd.10, osd.11, mon.c] -- 2.39.5