]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Run rbd tasks on all clients.
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 01:22:57 +0000 (18:22 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 8 Sep 2011 01:22:57 +0000 (18:22 -0700)
collections/basic/tasks/rbd_dbench.yaml
collections/basic/tasks/rbd_workunit_kernel_untar_build.yaml
collections/basic/tasks/rbd_workunit_suites_ffsb.yaml
collections/basic/tasks/rbd_workunit_suites_fsstress.yaml
collections/basic/tasks/rbd_workunit_suites_fsx.yaml
collections/basic/tasks/rbd_workunit_suites_iozone.yaml
collections/basic/tasks/rbd_workunit_suites_tiobench.yaml
collections/basic/tasks/rbd_workunit_trivial_sync.yaml

index 398273eb7178189882ed8d0d4ddc0e901c28fa18..e98c20e75107795a1aae54b6c21bcc0e5e256b24 100644 (file)
@@ -1,5 +1,6 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - autotest:
-    client.0: [dbench]
+    all: [dbench]
index f68a09d971065a19b5ca009abd0a144bba6a4fbc..7dae1e7c862b19f3c0331b90fb5d2c71a51a8097 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - workunit:
     all:
       - kernel_untar_build.sh
index 8de6f4aa733be477574f783c2667926da11c61c4..9a276ae308a48751569465e6e92925db139d5130 100644 (file)
@@ -1,7 +1,7 @@
 tasks:
 - ceph:
 - rbd:
-    client.0:
+    all:
       image_size: 20480
 - workunit:
     all:
index e3702792d9c88ea85b146c2be7438a6de4d92831..062b07c8d476cc101d8ec3361ecfe19caf296299 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - workunit:
     all:
       - suites/fsstress.sh
index 850c8570992db0fd86a9cb67268590a9a6e400d0..9269f43be4f73aebe95fcb090ece42c069a89bf0 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - workunit:
     all:
-      - suites/fsx.sh
\ No newline at end of file
+      - suites/fsx.sh
index dda195b67d69330c08b8c1e71026f04b74f5952a..c26829c25d0683e03dd103f2bed06ff7b927bf8e 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - workunit:
     all:
       - suites/iozone.sh
index 56bd56553857318a1e12cf9427c29978c15d7dc1..39401021e56d5d60786ff94fba455e69bd9d02bd 100644 (file)
@@ -1,6 +1,7 @@
 tasks:
 - ceph:
-- rbd: [client.0]
+- rbd:
+    all:
 - workunit:
     all:
       - suites/tiobench.sh
index f5b2bf65b9bcb0bb0bac1c453870aee9b9fa4250..dc5bafbce0a06b264b365ce49d81834e38efde4f 100644 (file)
@@ -1,6 +1,6 @@
 tasks:
 - ceph:
 - rbd:
-    client.0:
+    all:
 - workunit:
     all: [misc/trivial_sync.sh]