mirror of
https://github.com/ceph/ceph
synced 2024-12-24 12:24:19 +00:00
7ff17ff03d
2012-11-25T11:34:51.177 INFO:teuthology.task.rbd.client.2.out:179 [failed, exit status 1] - output mismatch (see 179.out.bad) 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:--- 179.out 2012-11-25 10:44:54.273586464 -0800 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:+++ 179.out.bad 2012-11-25 11:34:41.360151613 -0800 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:@@ -1 +1,5 @@ 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out: QA output created by 179 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+umount: /tmp/cephtest/scratch_mnt.WNYZwsbUfT: device is busy. 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+ (In some cases useful info about processes that use 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+ the device is found by lsof(8) or fuser(1)) 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+failed to unmount /dev/rbd2 2012-11-25T11:34:52.587 INFO:teuthology.task.rbd.client.2.out:182 [failed, exit status 1] - output mismatch (see 182.out.bad) 2012-11-25T11:34:52.591 INFO:teuthology.task.rbd.client.2.out:--- 182.out 2012-11-25 10:44:54.293587298 -0800 2012-11-25T11:34:52.591 INFO:teuthology.task.rbd.client.2.out:+++ 182.out.bad 2012-11-25 11:34:42.770180618 -0800 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:@@ -1 +1,5 @@ 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out: QA output created by 182 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+umount: /tmp/cephtest/scratch_mnt.WNYZwsbUfT: device is busy. 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+ (In some cases useful info about processes that use 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+ the device is found by lsof(8) or fuser(1)) 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+failed to unmount /dev/rbd2
22 lines
744 B
YAML
22 lines
744 B
YAML
roles:
|
|
- [mon.a, mon.c, osd.0, osd.1, osd.2]
|
|
- [mon.b, mds.a, osd.3, osd.4, osd.5]
|
|
- [client.0]
|
|
- [client.1]
|
|
- [client.2]
|
|
tasks:
|
|
- ceph:
|
|
- rbd.xfstests:
|
|
client.0:
|
|
tests: 1-9 11-15 17 19-21 26-29 31-34 41 46-48 50-54 56 61 63-67 69-70 74-76 78-79 84-89 91
|
|
test_image: 'test_image-0'
|
|
scratch_image: 'scratch_image-0'
|
|
client.1:
|
|
tests: 92 100 103 105 108 110 116-121 124 126 129-132
|
|
test_image: 'test_image-1'
|
|
scratch_image: 'scratch_image-1'
|
|
client.2:
|
|
tests: 133-135 137-141 164-167 183-184 186-190 192 194 196 199 201 203 214-216 220-227 234 236-238 241 243-249 253 257-259 261-262 269 273 275 277-278
|
|
test_image: 'test_image-2'
|
|
scratch_image: 'scratch_image-2'
|