ceph/teuthology
Sandon Van Ness 88b7d02970 Fix for Debian wheezy (remove vda from block device list)
On debian wheezy its mount output uses device-by-label and makes
our normal method of checking if a device is mounted not work.
Since vm's will always be vda for their boot device we will just
remove it from devs if its in there so it doesn't attempt to zap
vda.

I also added a strip() to remove the last blank entry that was
always getting added to the devs list on all machines. Example:

devs=['/dev/sda', '/dev/sdb', '/dev/sdc', '/dev/sdd', '']

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Reviewed-by: Alfredo Deza <alfredo@deza.pe>
2013-08-01 12:33:11 -07:00
..
locker Update keys if they have changed before locking 2013-06-27 14:08:09 -07:00
orchestra List IP address in orchestra.run output. 2013-07-12 20:10:36 -07:00
task rgw.py: check for empty client config 2013-08-01 10:28:26 -07:00
task_util rados_util: adjust-ulimits, not enable-coredump 2013-07-29 14:10:05 -07:00
test Added get_distro() to misc.py 2013-07-25 14:45:02 -07:00
__init__.py
ceph.conf.template rgw: pass socket path directly to radosgw 2013-07-26 14:13:19 -07:00
contextutil.py
coverage.py coverage: note db table structure 2012-10-24 16:11:12 -07:00
lock.py More changes for creating vms manually with lock (no config) 2013-07-29 17:07:31 -07:00
lockstatus.py Support added for running scheduled tasks on virtual machines. 2013-06-07 19:32:15 -07:00
misc.py Fix for Debian wheezy (remove vda from block device list) 2013-08-01 12:33:11 -07:00
nuke.py nuke: killall ceph-disk, too 2013-07-18 12:31:11 -07:00
parallel.py Don't lose tracebacks of exceptions raised in a greenlet. 2012-09-11 11:25:21 -07:00
queue.py failed dict.get evaluates to None 2013-07-19 09:01:28 -04:00
run_tasks.py Created tasktest to test sequential and parallel tasks. 2013-07-15 19:08:23 -07:00
run.py Merge remote-tracking branch 'origin/wip-sandon-vm' 2013-07-25 19:50:02 -07:00
safepath.py
suite.py Worker processes by machine type instead of teuthology branch. 2013-07-18 12:04:08 -07:00