Project

General

Profile

Actions

Bug #13403

closed

Error running "mkfs.xfs" in upgrade:hammer-x-infernalis-distro-basic-multi run

Added by Yuri Weinstein over 8 years ago. Updated over 8 years ago.

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

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
upgrade/hammer-x
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Run: http://pulpito.ceph.com/teuthology-2015-10-04_17:02:02-upgrade:hammer-x-infernalis-distro-basic-multi/
Jobs: ['1088523']
Log: http://qa-proxy.ceph.com/teuthology/teuthology-2015-10-04_17:02:02-upgrade:hammer-x-infernalis-distro-basic-multi/1088523/teuthology.log

2015-10-07T05:45:46.631 INFO:tasks.ceph:{}
2015-10-07T05:45:46.631 INFO:tasks.ceph:3
2015-10-07T05:45:46.631 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/sdd on ubuntu@mira058.front.sepia.ceph.com
2015-10-07T05:45:46.632 INFO:teuthology.orchestra.run.mira058:Running: 'yes | sudo mkfs.xfs -f -i size=2048 /dev/sdd'
2015-10-07T05:45:46.712 INFO:teuthology.orchestra.run.mira058.stderr:mkfs.xfs: cannot open /dev/sdd: Device or resource busy
2015-10-07T05:45:46.713 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048', '-f'] on /dev/sdd on ubuntu@mira058.front.sepia.ceph.com
2015-10-07T05:45:46.713 INFO:teuthology.orchestra.run.mira058:Running: 'yes | sudo mkfs.xfs -f -i size=2048 -f /dev/sdd'
2015-10-07T05:45:46.787 INFO:teuthology.orchestra.run.mira058.stderr:mkfs.xfs: cannot open /dev/sdd: Device or resource busy
2015-10-07T05:45:46.789 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/var/lib/teuthworker/src/ceph-qa-suite_infernalis/tasks/ceph.py", line 628, in cluster
    remote.run(args= ['yes', run.Raw('|')] + ['sudo'] + mkfs + [dev])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 156, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 378, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 114, in wait
    label=self.label)
CommandFailedError: Command failed on mira058 with status 1: 'yes | sudo mkfs.xfs -f -i size=2048 -f /dev/sdd'
Actions #1

Updated by Loïc Dachary over 8 years ago

  • Status changed from New to Rejected

I'm closing this as an environmental issue since the disk was busy. If you think it's not environmental, it probably belongs to ceph-qa-suite instead. What do you think ?

Actions

Also available in: Atom PDF