From 72db1a59cd4359ac055c71f805719bbb03e16378 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 16 Jan 2013 11:48:05 +0100 Subject: [PATCH] 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 --- teuthology/misc.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/teuthology/misc.py b/teuthology/misc.py index 0314d211e1..0de60dbfe9 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 = [] -- 2.39.5