Project

General

Profile

Actions

Bug #8419

closed

downburst attempting to use nonexistent images [causes hangs]

Added by Zack Cerza almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
High
Assignee:
Sandon Van Ness
Category:
-
% Done:

0%

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

Description

http://pulpito.front.sepia.ceph.com/teuthology-2014-05-19_01:10:20-ceph-deploy-firefly-distro-basic-vps/262243/

2014-05-21T08:53:06.671 INFO:teuthology.task.internal:recreating: vpm066.front.sepia.ceph.com
2014-05-21T08:53:07.099 ERROR:teuthology.lock:libvir: QEMU error : Domain not found: no domain with matching name 'vpm066'
libvir: Storage error : cannot unlink file '/srv/libvirtpool/vpm066/vpm066.img': Input/output error
Traceback (most recent call last):
  File "/home/ubuntu/src/downburst/virtualenv/bin/downburst", line 9, in <module>
    load_entry_point('downburst==0.0.1', 'console_scripts', 'downburst')()
  File "/home/ubuntu/src/downburst/downburst/cli.py", line 59, in main
    return args.func(args)
  File "/home/ubuntu/src/downburst/downburst/destroy.py", line 92, in destroy
    vol.delete(flags=0)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2008, in delete
    if ret == -1: raise libvirtError ('virStorageVolDelete() failed', vol=self)
libvirt.libvirtError: cannot unlink file '/srv/libvirtpool/vpm066/vpm066.img': Input/output error 

2014-05-21T08:53:07.719 INFO:teuthology.lock:Downburst completed on ubuntu@vpm066.front.sepia.ceph.com: INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): ceph.com
libvir: Storage error : cannot stat file '/srv/libvirtpool/vpm066/debian-7.0-20130801-cloudimg-amd64.raw': Input/output error
Traceback (most recent call last):
  File "/home/ubuntu/src/downburst/virtualenv/bin/downburst", line 9, in <module>
    load_entry_point('downburst==0.0.1', 'console_scripts', 'downburst')()
  File "/home/ubuntu/src/downburst/downburst/cli.py", line 59, in main
    return args.func(args)
  File "/home/ubuntu/src/downburst/downburst/create.py", line 130, in create
    raw=raw,
  File "/home/ubuntu/src/downburst/downburst/template.py", line 81, in volume_clone
    (_type_, parent_capacity, _allocation) = parent_vol.info()
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2089, in info
    if ret is None: raise libvirtError ('virStorageVolGetInfo() failed', vol=self)
libvirt.libvirtError: cannot stat file '/srv/libvirtpool/vpm066/debian-7.0-20130801-cloudimg-amd64.raw': Input/output error
Actions #2

Updated by Zack Cerza almost 10 years ago

  • Priority changed from Normal to High

Just want to make it clear that this is causing jobs to hang. Bumping priority.

Actions #3

Updated by Zack Cerza almost 10 years ago

  • Subject changed from downburst attempting to use nonexistent images to downburst attempting to use nonexistent images [causes hangs]
Actions #4

Updated by Sandon Van Ness almost 10 years ago

  • Status changed from New to Closed

This was caused by a disk failure (input/output error). Although similarly if a non-existing image is used it does cause some errors so maybe we will create a new issue for that particular issue but closing this out.

Actions

Also available in: Atom PDF