Project

General

Profile

Bug #12604

rbd map failure in tasks/rbd_workunit_suites_iozone.yaml

Added by Sage Weil over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

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

Description

2015-08-04T08:01:01.191 INFO:tasks.rbd:Creating image testimage.client.0 with size 20480
2015-08-04T08:01:01.191 INFO:teuthology.orchestra.run.burnupi08:Running: 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rbd -p rbd create --size 20480 testimage.client.0'
2015-08-04T08:01:01.382 INFO:tasks.rbd:Loading rbd kernel module...
2015-08-04T08:01:01.383 INFO:teuthology.orchestra.run.burnupi08:Running: 'sudo modprobe rbd'
2015-08-04T08:01:01.460 INFO:tasks.rbd:Creating rbd block devices...
2015-08-04T08:01:01.460 INFO:teuthology.orchestra.run.burnupi08:Running: "sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rbd --user 0 -p rbd map testimage.client.0 && while test '!' -e /dev/rbd/rbd/testimag
e.client.0 ; do sleep 1 ; done" 
2015-08-04T08:01:01.567 INFO:teuthology.orchestra.run.burnupi08.stderr:rbd: sysfs write failed
2015-08-04T08:01:01.567 INFO:teuthology.orchestra.run.burnupi08.stderr:rbd: map failed: (22) Invalid argument
2015-08-04T08:01:01.570 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_master/tasks/rbd.py", line 184, in dev_create
    'done',
  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 burnupi08 with status 22: "sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rbd --user 0 -p rbd map testimage.client.0 && while test '!' -e /dev/rbd/rbd/testimage.client.0 ; do sleep 1 ; done" 

/a/sage-2015-08-04_06:28:08-smoke-wip-systemd---basic-multi/999067

History

#1 Updated by Ilya Dryomov over 8 years ago

Aug  4 08:01:01 burnupi08 kernel: [ 2872.818897] rbd: loaded
Aug  4 08:01:01 burnupi08 kernel: [ 2872.912614] libceph: no secret set (for auth_x protocol)
Aug  4 08:01:01 burnupi08 kernel: [ 2872.917983] libceph: error -22 on auth protocol 2 init
Aug  4 08:01:01 burnupi08 kernel: [ 2872.923275] libceph: client4113 fsid 00bde1cd-e9bb-472f-b194-27
8c67f397ce

This is what we were talking about with Jason last week, it should be fixed by https://github.com/ceph/ceph/pull/5444.

#2 Updated by Jason Dillaman over 8 years ago

#3 Updated by Jason Dillaman over 8 years ago

  • Status changed from New to Resolved

The originating cause for the issue has been reverted.

Also available in: Atom PDF