From 01c2016aca87cbfbf9b9c3dc0f9d154d645b3cb7 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 21 Apr 2017 11:27:50 +0100 Subject: [PATCH] qa/suites: add third mon to mgr test There were always meant to be three, having two was a typo. 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 fc9dfbdc2445..bc950e5afff5 100644 --- a/qa/suites/rados/mgr/clusters/2-node-mgr.yaml +++ b/qa/suites/rados/mgr/clusters/2-node-mgr.yaml @@ -1,5 +1,5 @@ roles: -- [mgr.x, mon.a, mds.a, mds.c, osd.0, client.0] +- [mgr.x, mon.a, mon.c, mds.a, mds.c, osd.0, client.0] - [mgr.y, mon.b, mds.b, osd.1, osd.2, client.1] log-rotate: ceph-mds: 10G -- 2.47.3