mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
14 lines
691 B
Org Mode
14 lines
691 B
Org Mode
#+FILETAGS: :newdream:teuthology:todo:
|
|
|
|
* TODO osd etc killing while test is running
|
|
* TODO automatic host locking
|
|
* TODO force cleanup on errors
|
|
for now, you can run something like this:
|
|
dsh -m ubuntu@sepia70.ceph.dreamhost.com,ubuntu@sepia71.ceph.dreamhost.com,ubuntu@sepia72.ceph.dreamhost.com 'killall --quiet /tmp/cephtest/binary/usr/local/bin/cmon /tmp/cephtest/binary/usr/local/bin/cosd /tmp/cephtest/binary/usr/local/bin/cmds ; fusermount -u /tmp/cephtest/mnt.*; rm -rf /tmp/cephtest'
|
|
* TODO MAYBE more defaults for autotest task, so you don't need to list all clients?
|
|
- autotest:
|
|
default: dbench
|
|
client.42: [dbench, bonnie]
|
|
- autotest: dbench
|
|
- autotest: [dbench, bonnie]
|