]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
thrash: put client on separate machine from osds
authorSage Weil <sage@newdream.net>
Tue, 13 Mar 2012 17:49:33 +0000 (10:49 -0700)
committerSage Weil <sage@newdream.net>
Tue, 13 Mar 2012 17:49:33 +0000 (10:49 -0700)
This allows us to run kenrel clients (kclient, rbd) against the thrashing
cluster.

suites/regression/thrash/clusters/6-osd-2-machine.yaml [deleted file]
suites/regression/thrash/clusters/6-osd-3-machine.yaml [new file with mode: 0644]

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 (file)
index dd1352e..0000000
+++ /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 (file)
index 0000000..f6247eb
--- /dev/null
@@ -0,0 +1,4 @@
+roles:
+- [mon.a, osd.0, osd.1, osd.2]
+- [mds.a, osd.3, osd.4, osd.5]
+- [client.0]