From: Jason Dillaman Date: Tue, 5 Sep 2017 20:26:52 +0000 (-0400) Subject: qa/suites/rbd: reduce monitor requirements for mirroring tests X-Git-Tag: v12.2.1~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17560%2Fhead;p=ceph.git qa/suites/rbd: reduce monitor requirements for mirroring tests Fixes: http://tracker.ceph.com/issues/21251 Signed-off-by: Jason Dillaman (cherry picked from commit 27194c30c50009eaf6391a21837f73b312fe5de6) --- diff --git a/qa/suites/rbd/mirror/cluster/2-node.yaml b/qa/suites/rbd/mirror/cluster/2-node.yaml index 8eb30c45e6f2..fbc76bda7736 100644 --- a/qa/suites/rbd/mirror/cluster/2-node.yaml +++ b/qa/suites/rbd/mirror/cluster/2-node.yaml @@ -1,18 +1,14 @@ meta: -- desc: 2 ceph clusters with 3 mons and 3 osds each +- desc: 2 ceph clusters with 1 mon and 3 osds each roles: - - cluster1.mon.a - - cluster1.mon.b - cluster1.mgr.x - cluster1.osd.0 - cluster1.osd.1 - cluster1.osd.2 - - cluster2.mon.c - cluster1.client.0 - cluster2.client.0 -- - cluster1.mon.c - - cluster2.mon.a - - cluster2.mon.b +- - cluster2.mon.a - cluster2.mgr.x - cluster2.osd.0 - cluster2.osd.1