]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
xfstests: run in parallel on multiple machines
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 20 Nov 2012 22:01:03 +0000 (14:01 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 20 Nov 2012 23:48:21 +0000 (15:48 -0800)
commitca086261a00554c9280e36c52ba967dc18c09a6a
tree0bdcefed0f047a885247f1df41958b335d6ea6c0
parent1c50db6a4630d07e72144dafd985c397f8a42dc5
xfstests: run in parallel on multiple machines

xfstests itself still seems to have some global dependencies that
make it hard to run more than one instance per node, so keep
the one client per node restriction.

Name the image after the client using it, and only run the
nested context managers once, so this task can work with
more than one client.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/rbd.py