Project

General

Profile

Bug #11452

Updated by Greg Farnum almost 9 years ago

I don't have any idea what the cause here is, but the fsx suite took so long that it got timed out. This could very well turn out to be an issue elsewhere in the stack. 

 <pre>2015-04-21T09:59:01.141 INFO:tasks.workunit.client.0.plana53.stderr:+ cp xfstests/ltp/fsx . 
 2015-04-21T09:59:01.159 INFO:tasks.workunit.client.0.plana53.stderr:+ OPTIONS=-z 
 2015-04-21T09:59:01.159 INFO:tasks.workunit.client.0.plana53.stderr:+ ./fsx -z 1MB -N 50000 -p 10000 -l 1048576 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stderr:fsx: main: filesystem does not support fallocate mode 0x8, disabling! 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stderr:: Operation not supported 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stderr:fsx: main: filesystem does not support fallocate mode 0x20, disabling! 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stderr:: Operation not supported 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stdout:skipping zero size read 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stdout:skipping zero length punch hole 
 2015-04-21T09:59:01.393 INFO:tasks.workunit.client.0.plana53.stdout:skipping zero size read 
 2015-04-21T09:59:01.394 INFO:tasks.workunit.client.0.plana53.stdout:fallocating to largest ever: 0xbc839 
 2015-04-21T09:59:07.586 INFO:tasks.workunit.client.0.plana53.stdout:fallocating to largest ever: 0xdc566 
 2015-04-21T09:59:07.722 INFO:tasks.workunit.client.0.plana53.stdout:truncating to largest ever: 0xe437a 
 2015-04-21T09:59:17.340 INFO:tasks.workunit.client.0.plana53.stdout:truncating to largest ever: 0xf5939 
 2015-04-21T09:59:17.440 INFO:tasks.workunit.client.0.plana53.stdout:fallocating to largest ever: 0x100000 
 2015-04-21T10:45:27.605 INFO:tasks.workunit.client.0.plana53.stdout:10000 write 0x85437 thru      0x8c883 (0x744d bytes) 
 2015-04-21T11:33:57.639 INFO:tasks.workunit.client.0.plana53.stdout:20000 trunc from 0x5d397 to 0x9de76 
 2015-04-21T12:19:43.113 INFO:tasks.workunit.client.0.plana53.stdout:30000 mapwrite        0x6927c thru      0x765cd (0xd352 bytes) 
 2015-04-21T12:57:55.151 INFO:tasks.workunit.client.0.plana53.stdout:signal 15 
 2015-04-21T12:57:55.185 INFO:tasks.workunit.client.0.plana53.stdout:testcalls = 38387 
 2015-04-21T12:57:55.185 INFO:tasks.workunit:Stopping ['suites/fsx.sh'] on client.0... 
 2015-04-21T12:57:55.185 INFO:teuthology.orchestra.run.plana53:Running: 'rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/workunit.client.0'</pre> 

 That's on plana05, plana53, plana57.

Back