Project

General

Profile

Bug #1654

snaps workunit failed on cfuse

Added by Josh Durgin over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
OSD
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

2011-10-26T10:55:49.081 INFO:teuthology.task.workunit:Running workunit snaps/snaptest-0.sh...
2011-10-26T10:55:49.081 DEBUG:teuthology.orchestra.run:Running: 'mkdir -- /tmp/cephtest/mnt.0/client.0/tmp && cd -- /tmp/cephtest/mnt.0/client.0/tmp && PATH="$PATH:/tmp/cephtest/binary/usr/local/bi
n" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/cephtest/binary/usr/local/lib" CEPH_CONF="/tmp/cephtest/ceph.conf" PYTHONPATH="$PYTHONPATH:/tmp/cephtest/binary/usr/local/lib/python2.6/dist-packages" /tmp
/cephtest/enable-coredump /tmp/cephtest/binary/usr/local/bin/ceph-coverage /tmp/cephtest/archive/coverage /tmp/cephtest/workunit.client.0/snaps/snaptest-0.sh && rm -rf -- /tmp/cephtest/mnt.0/client
.0/tmp'
2011-10-26T10:55:49.092 INFO:teuthology.task.workunit.client.0.err:+ set -e
2011-10-26T10:55:49.094 INFO:teuthology.task.workunit.client.0.err:+ echo asdf
2011-10-26T10:55:49.094 INFO:teuthology.task.workunit.client.0.err:+ mkdir .snap/foo
2011-10-26T10:55:50.423 INFO:teuthology.task.workunit.client.0.err:+ grep asdf .snap/foo/foo
2011-10-26T10:55:50.588 DEBUG:teuthology.orchestra.run:Running: 'rm -rf -- /tmp/cephtest/workunits.list /tmp/cephtest/workunit.client.0'
2011-10-26T10:55:50.649 ERROR:teuthology.run_tasks:Saw exception from tasks
Traceback (most recent call last):
  File "/var/lib/teuthworker/teuthology/teuthology/run_tasks.py", line 25, in run_tasks
    manager = _run_one_task(taskname, ctx=ctx, config=config)
  File "/var/lib/teuthworker/teuthology/teuthology/run_tasks.py", line 14, in _run_one_task
    return fn(**kwargs)
  File "/var/lib/teuthworker/teuthology/teuthology/task/workunit.py", line 54, in task
    _spawn_on_all_clients(ctx, all_tasks)
  File "/var/lib/teuthworker/teuthology/teuthology/task/workunit.py", line 92, in _spawn_on_all_clients
    p.spawn(_run_tests, ctx, role, [unit])
  File "/var/lib/teuthworker/teuthology/teuthology/parallel.py", line 56, in __exit__
    for result in self:
  File "/var/lib/teuthworker/teuthology/teuthology/parallel.py", line 72, in next
    raise result
CommandFailedError: Command failed with status 1: 'mkdir -- /tmp/cephtest/mnt.0/client.0/tmp && cd -- /tmp/cephtest/mnt.0/client.0/tmp && PATH="$PATH:/tmp/cephtest/binary/usr/local/bin" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/tmp/cephtest/binary/usr/local/lib" CEPH_CONF="/tmp/cephtest/ceph.conf" PYTHONPATH="$PYTHONPATH:/tmp/cephtest/binary/usr/local/lib/python2.6/dist-packages" /tmp/cephtest/enable-coredump /tmp/cephtest/binary/usr/local/bin/ceph-coverage /tmp/cephtest/archive/coverage /tmp/cephtest/workunit.client.0/snaps/snaptest-0.sh && rm -rf -- /tmp/cephtest/mnt.0/client.0/tmp'

History

#1 Updated by Josh Durgin over 12 years ago

  • Description updated (diff)

There might have been a bug introduced in snapshot contexts - two rbd tests got EINVAL when setting a snapshot, meaning the snapshot was not found.

#2 Updated by Josh Durgin over 12 years ago

And the librados selfmanaged snaps tests also failed with an unexpected EINVAL when reading from a snapshot.

#3 Updated by Josh Durgin over 12 years ago

  • Category set to OSD
  • Status changed from New to Resolved
  • Assignee set to Josh Durgin

Fixed by 921ce53d6efc3f1bf7056f05467aff5c3104dcc8.

Also available in: Atom PDF