Advertisement
Guest User

Untitled

a guest
May 29th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. joao@timesink:~/inktank/src/teuthology/virtualenv/bin$ ../../hammer.sh -a ~/inktank/issues/2480/config.yaml
  2. + [ -a = -a ]
  3. + shift
  4. + job=/home/joao/inktank/issues/2480/config.yaml
  5. + log=--archive /home/joao/inktank/issues/2480/config.yaml.out
  6. + test -e /home/joao/inktank/issues/2480/config.yaml
  7. + N=0
  8. + title
  9. + echo \[\033]0;hammer /home/joao/inktank/issues/2480/config.yaml 0 passes\007\]
  10. \[\]
  11. + [ -n --archive /home/joao/inktank/issues/2480/config.yaml.out ]
  12. + [ -d /home/joao/inktank/issues/2480/config.yaml.out ]
  13. + rm -rf /home/joao/inktank/issues/2480/config.yaml.out
  14. + teuthology --archive /home/joao/inktank/issues/2480/config.yaml.out /home/joao/inktank/issues/2480/config.yaml
  15. INFO:teuthology.run_tasks:Running task internal.save_config...
  16. INFO:teuthology.task.internal:Saving configuration
  17. INFO:teuthology.run_tasks:Running task internal.check_lock...
  18. INFO:teuthology.task.internal:Checking locks...
  19. INFO:teuthology.run_tasks:Running task internal.connect...
  20. INFO:teuthology.task.internal:Opening connections...
  21. INFO:teuthology.task.internal:roles: ubuntu@plana25.front.sepia.ceph.com - ['mon.a', 'mon.c', 'osd.0', 'osd.1', 'osd.2']
  22. INFO:teuthology.task.internal:roles: ubuntu@plana48.front.sepia.ceph.com - ['mon.b', 'mds.a', 'osd.3', 'osd.4', 'osd.5']
  23. INFO:teuthology.task.internal:roles: ubuntu@plana55.front.sepia.ceph.com - ['client.0']
  24. INFO:teuthology.run_tasks:Running task internal.check_conflict...
  25. INFO:teuthology.task.internal:Checking for old test directory...
  26. INFO:teuthology.run_tasks:Running task internal.base...
  27. INFO:teuthology.task.internal:Creating base directory...
  28. INFO:teuthology.run_tasks:Running task internal.archive...
  29. INFO:teuthology.task.internal:Creating archive directory...
  30. INFO:teuthology.run_tasks:Running task internal.coredump...
  31. INFO:teuthology.task.internal:Enabling coredump saving...
  32. INFO:teuthology.orchestra.run.out:kernel.core_pattern = /tmp/cephtest/archive/coredump/%t.%p.core
  33. INFO:teuthology.orchestra.run.out:kernel.core_pattern = /tmp/cephtest/archive/coredump/%t.%p.core
  34. INFO:teuthology.orchestra.run.out:kernel.core_pattern = /tmp/cephtest/archive/coredump/%t.%p.core
  35. INFO:teuthology.run_tasks:Running task internal.syslog...
  36. INFO:teuthology.task.internal:Starting syslog monitoring...
  37. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2697
  38. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2492
  39. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2491
  40. INFO:teuthology.run_tasks:Running task internal.timer...
  41. INFO:teuthology.task.internal:Starting timer...
  42. INFO:teuthology.run_tasks:Running task mon_recovery...
  43. INFO:teuthology.task.mon_recovery:mon ids = ['a', 'c', 'b']
  44. INFO:teuthology.task.mon_recovery.ceph_manager:waiting for quorum size 3
  45. INFO:teuthology.orchestra.run.err:bash: /tmp/cephtest/enable-coredump: No such file or directory
  46. ERROR:teuthology.run_tasks:Saw exception from tasks
  47. Traceback (most recent call last):
  48. File "/home/joao/inktank/src/teuthology/teuthology/run_tasks.py", line 25, in run_tasks
  49. manager = _run_one_task(taskname, ctx=ctx, config=config)
  50. File "/home/joao/inktank/src/teuthology/teuthology/run_tasks.py", line 14, in _run_one_task
  51. return fn(**kwargs)
  52. File "/home/joao/inktank/src/teuthology/teuthology/task/mon_recovery.py", line 28, in task
  53. manager.wait_for_mon_quorum_size(len(mons))
  54. File "/home/joao/inktank/src/teuthology/teuthology/task/ceph_manager.py", line 403, in wait_for_mon_quorum_size
  55. while not len(self.get_mon_quorum()) == size:
  56. File "/home/joao/inktank/src/teuthology/teuthology/task/ceph_manager.py", line 395, in get_mon_quorum
  57. out = self.raw_cluster_cmd('quorum_status')
  58. File "/home/joao/inktank/src/teuthology/teuthology/task/ceph_manager.py", line 158, in raw_cluster_cmd
  59. stdout=StringIO(),
  60. File "/home/joao/inktank/src/teuthology/teuthology/orchestra/remote.py", line 40, in run
  61. r = self._runner(client=self.ssh, **kwargs)
  62. File "/home/joao/inktank/src/teuthology/teuthology/orchestra/run.py", line 257, in run
  63. r.exitstatus = _check_status(r.exitstatus)
  64. File "/home/joao/inktank/src/teuthology/teuthology/orchestra/run.py", line 253, in _check_status
  65. raise CommandFailedError(command=r.command, exitstatus=status)
  66. CommandFailedError: Command failed with status 127: 'LD_LIBRARY_PRELOAD=/tmp/cephtest/binary/usr/local/lib /tmp/cephtest/enable-coredump /tmp/cephtest/binary/usr/local/bin/ceph-coverage /tmp/cephtest/archive/coverage /tmp/cephtest/binary/usr/local/bin/ceph -k /tmp/cephtest/ceph.keyring -c /tmp/cephtest/ceph.conf --concise quorum_status'
  67. INFO:teuthology.task.internal:Duration was 0.043440 seconds
  68. INFO:teuthology.task.internal:Shutting down syslog monitoring...
  69. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2708
  70. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2502
  71. INFO:teuthology.orchestra.run.out:rsyslog start/running, process 2501
  72. INFO:teuthology.task.internal:Checking logs for errors...
  73. INFO:teuthology.task.internal:Compressing syslogs...
  74. INFO:teuthology.orchestra.run.out:kernel.core_pattern = core
  75. INFO:teuthology.orchestra.run.out:kernel.core_pattern = core
  76. INFO:teuthology.orchestra.run.out:kernel.core_pattern = core
  77. INFO:teuthology.task.internal:Transferring archived files...
  78. INFO:teuthology.task.internal:Removing archive directory...
  79. INFO:teuthology.task.internal:Tidying up after the test...
  80. + echo /home/joao/inktank/issues/2480/config.yaml: 0 passes, then failure.
  81. /home/joao/inktank/issues/2480/config.yaml: 0 passes, then failure.
  82. joao@timesink:~/inktank/src/teuthology/virtualenv/bin$
  83.  
  84.  
  85. ---
  86. config.yaml:
  87.  
  88.  
  89. overrides:
  90. ceph:
  91. conf:
  92. osd:
  93. osd op complaint time: 120
  94. mon:
  95. debug mon: 20
  96. debug ms: 10
  97. fs: btrfs
  98. log-whitelist:
  99. - clocks not synchronized
  100. - slow request
  101. sha1: 73e29b658dfba231ea491178314ad419c8813f93
  102. roles:
  103. - - mon.a
  104. - mon.c
  105. - osd.0
  106. - osd.1
  107. - osd.2
  108. - - mon.b
  109. - mds.a
  110. - osd.3
  111. - osd.4
  112. - osd.5
  113. - - client.0
  114. targets:
  115. [the targets]
  116. tasks:
  117. - mon_recovery: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement