From: Sage Weil Date: Tue, 13 Mar 2012 17:49:33 +0000 (-0700) Subject: thrash: put client on separate machine from osds X-Git-Tag: v0.94.10~27^2^2~940 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b90354dbab06a64239462cd36981f64dbda22d0e;p=ceph.git thrash: put client on separate machine from osds This allows us to run kenrel clients (kclient, rbd) against the thrashing cluster. --- diff --git a/suites/regression/thrash/clusters/6-osd-2-machine.yaml b/suites/regression/thrash/clusters/6-osd-2-machine.yaml deleted file mode 100644 index dd1352ece5b3..000000000000 --- a/suites/regression/thrash/clusters/6-osd-2-machine.yaml +++ /dev/null @@ -1,3 +0,0 @@ -roles: -- [mon.a, osd.0, osd.1, osd.2] -- [mds.a, client.0, osd.3, osd.4, osd.5] diff --git a/suites/regression/thrash/clusters/6-osd-3-machine.yaml b/suites/regression/thrash/clusters/6-osd-3-machine.yaml new file mode 100644 index 000000000000..f6247ebf2f37 --- /dev/null +++ b/suites/regression/thrash/clusters/6-osd-3-machine.yaml @@ -0,0 +1,4 @@ +roles: +- [mon.a, osd.0, osd.1, osd.2] +- [mds.a, osd.3, osd.4, osd.5] +- [client.0]