From 09f5f9e1eb3307a627102b0af97a0906f2b16ade Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 20 Jul 2018 13:28:38 -0400 Subject: [PATCH] qa: add 4th OSD to mgr test cluster This is useful for testing progress module. Signed-off-by: John Spray --- qa/suites/rados/mgr/clusters/2-node-mgr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/rados/mgr/clusters/2-node-mgr.yaml b/qa/suites/rados/mgr/clusters/2-node-mgr.yaml index abc90e22d3587..906c59707ec65 100644 --- a/qa/suites/rados/mgr/clusters/2-node-mgr.yaml +++ b/qa/suites/rados/mgr/clusters/2-node-mgr.yaml @@ -1,6 +1,6 @@ roles: - [mgr.x, mon.a, mon.c, mds.a, mds.c, osd.0, client.0] -- [mgr.y, mgr.z, mon.b, mds.b, osd.1, osd.2, client.1] +- [mgr.y, mgr.z, mon.b, mds.b, osd.1, osd.2, osd.3, client.1] log-rotate: ceph-mds: 10G ceph-osd: 10G -- 2.39.5