Project

General

Profile

Actions

Bug #11452

closed

kclient: fsx suite timeouts

Added by Greg Farnum almost 9 years ago. Updated almost 8 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
kceph
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

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.

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'

That's on plana05, plana53, plana57.

Actions #1

Updated by Greg Farnum almost 9 years ago

  • Subject changed from kclient: fsx timeout to kclient: fsx suite timeouts
  • Description updated (diff)

We also saw an ffsb suite timeout during this run, but that was on burnupi09, burnupi50, plana12.

Actions #2

Updated by Zheng Yan almost 9 years ago

following log looks suspicious. were we testing 3.13 kernel?

2015-04-21T09:50:22.872 INFO:teuthology.orchestra.run.plana05:Running: 'sudo shutdown -r now'
2015-04-21T09:50:22.874 INFO:teuthology.task.kernel:Installing distro kernel on client.0...
2015-04-21T09:50:22.874 INFO:teuthology.orchestra.run.plana53:Running: 'sudo lsb_release -is'
2015-04-21T09:50:22.933 DEBUG:teuthology.misc:System to be installed: Ubuntu
2015-04-21T09:50:22.933 INFO:teuthology.orchestra.run.plana53:Running: 'sudo lsb_release -is'
2015-04-21T09:50:22.992 DEBUG:teuthology.misc:System to be installed: Ubuntu
2015-04-21T09:50:22.993 INFO:teuthology.orchestra.run.plana53:Running: 'sudo apt-get -y install linux-image-current-generic'
2015-04-21T09:50:23.710 INFO:teuthology.orchestra.run.plana53:Running: 'dpkg -s linux-image-current-generic'
2015-04-21T09:50:23.898 INFO:teuthology.orchestra.run.plana53:Running: 'dpkg -s linux-image-generic-lts-trusty'
2015-04-21T09:50:24.063 INFO:teuthology.orchestra.run.plana53:Running: "python -c 'import os; import tempfile; import sys;(fd,fname) = tempfile.mkstemp();os.close(fd);sys.stdout.write(fname.rstrip());sys.stdout.flush()'" 
2015-04-21T09:50:24.231 INFO:teuthology.orchestra.run.plana53:Running: 'sudo cp /boot/grub/grub.cfg /tmp/tmpR8nHA1'
2015-04-21T09:50:24.392 INFO:teuthology.orchestra.run.plana53:Running: 'sudo chmod 0666 /tmp/tmpR8nHA1'
2015-04-21T09:50:24.885 INFO:teuthology.orchestra.run.plana53:Running: 'rm -fr /tmp/tmpR8nHA1'
2015-04-21T09:50:24.919 INFO:teuthology.orchestra.run.plana53:Running: 'sudo rm -f -- /etc/grub.d/01_ceph_kernel'
2015-04-21T09:50:24.976 INFO:teuthology.orchestra.run.plana53:Running: 'sudo python -c \'import shutil, sys; shutil.copyfileobj(sys.stdin, file(sys.argv[1], "wb"))\' /etc/grub.d/01_ceph_kernel && sudo chmod 755 /etc/grub.d/01_ceph_kernel'
2015-04-21T09:50:25.119 INFO:teuthology.task.kernel:Distro Kernel Version: 3.13.0-48-generic

Actions #3

Updated by Greg Farnum almost 9 years ago

Whoops, I forgot to include the suite run: http://pulpito.ceph.com/teuthology-2015-04-21_09:20:53-kcephfs-giant-distro-basic-multi/

Which going by the name is a kernel client run against the distro kernels; I didn't know we ran those...wonder if we should be.

Actions #4

Updated by Greg Farnum almost 9 years ago

  • Status changed from New to Rejected

Apparently this suite run was manually triggered for the upcoming giant point release and was a mistake.

Actions #5

Updated by Greg Farnum almost 8 years ago

  • Component(FS) kceph added
Actions

Also available in: Atom PDF