From: Loic Dachary Date: Wed, 16 Jan 2013 10:48:05 +0000 (+0100) Subject: When running teuthology with targets provisionned on OpenStack and kvm, the disks... X-Git-Tag: 1.1.0~2375 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72db1a59cd4359ac055c71f805719bbb03e16378;p=teuthology.git When running teuthology with targets provisionned on OpenStack and kvm, the disks will show under /dev/vda, /dev/vdb etc. Add them to the list of devices to inspect and use for tests. Signed-off-by: Loic Dachary --- diff --git a/teuthology/misc.py b/teuthology/misc.py index 0314d211e..0de60dbfe 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -342,6 +342,15 @@ def get_scratch_devices(remote): '/dev/sdn', '/dev/sdo', '/dev/sdp', + '/dev/vda', + '/dev/vdb', + '/dev/vdc', + '/dev/vdd', + '/dev/vde', + '/dev/vdf', + '/dev/vdg', + '/dev/vdh', + '/dev/vdi', ] retval = []