From: Josh Durgin Date: Thu, 24 Dec 2015 00:43:09 +0000 (-0800) Subject: rbd: add a couple new workunits X-Git-Tag: v10.2.6~165^2^2~239 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=888ff87da0f82d447e5533c3429505b2d210ee51;p=ceph.git rbd: add a couple new workunits for rbd-nbd and the journalling cli Signed-off-by: Josh Durgin --- diff --git a/suites/rbd/thrash/workloads/journal.yaml b/suites/rbd/thrash/workloads/journal.yaml new file mode 100644 index 000000000000..4dae106334c2 --- /dev/null +++ b/suites/rbd/thrash/workloads/journal.yaml @@ -0,0 +1,5 @@ +tasks: +- workunit: + clients: + client.0: + - rbd/journal.sh diff --git a/suites/rbd/thrash/workloads/rbd_nbd.yaml b/suites/rbd/thrash/workloads/rbd_nbd.yaml new file mode 100644 index 000000000000..ededea024a93 --- /dev/null +++ b/suites/rbd/thrash/workloads/rbd_nbd.yaml @@ -0,0 +1,9 @@ +overrides: + install: + ceph: + extra_packages: [rbd-nbd] +tasks: +- workunit: + clients: + client.0: + - rbd/rbd-nbd.sh