Project

General

Profile

Actions

Bug #19434

closed

ceph task's finally block failed with EACCES

Added by Dan Mick about 7 years ago. Updated about 7 years ago.

Status:
Can't reproduce
Priority:
Urgent
Assignee:
-
Category:
qa
Target version:
-
% Done:

0%

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

Description

I think this is because of the switch to ceph-mgr; somehow by the time it unwinds everything, ceph-mgr can no longer be accessed for the ceph pg dump from osd_scrub_pgs():

Traceback (most recent call last):
  File "/home/dmick/src/ceph/teuthology/teuthology/contextutil.py", line 32, in nested
    yield vars
  File "/home/dmick/src/ceph/ceph/qa/tasks/ceph.py", line 1581, in task
    osd_scrub_pgs(ctx, config)
  File "/home/dmick/src/ceph/ceph/qa/tasks/ceph.py", line 1032, in osd_scrub_pgs
    stats = manager.get_pg_stats()
  File "/home/dmick/src/ceph/ceph/qa/tasks/ceph_manager.py", line 1685, in get_pg_stats
    out = self.raw_cluster_cmd('pg', 'dump', '--format=json')
  File "/home/dmick/src/ceph/ceph/qa/tasks/ceph_manager.py", line 1095, in raw_cluster_cmd
    stdout=StringIO(),
  File "/home/dmick/src/ceph/teuthology/teuthology/orchestra/remote.py", line 193, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/dmick/src/ceph/teuthology/teuthology/orchestra/run.py", line 414, in run
    r.wait()
  File "/home/dmick/src/ceph/teuthology/teuthology/orchestra/run.py", line 149, in wait
    self._raise_for_status()
  File "/home/dmick/src/ceph/teuthology/teuthology/orchestra/run.py", line 171, in _raise_for_status
    node=self.hostname, label=self.label
CommandFailedError: Command failed on mira068 with status 13: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json'

Actions

Also available in: Atom PDF