Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444602 - app-emulation/virtinst-0.600.3 - Exception in thread Checking storage allocation
Summary: app-emulation/virtinst-0.600.3 - Exception in thread Checking storage allocation
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-24 18:45 UTC by Alexandr Tiurin
Modified: 2013-08-02 18:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info virtinst (temp,17.37 KB, text/plain)
2012-11-24 18:45 UTC, Alexandr Tiurin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Tiurin 2012-11-24 18:45:52 UTC
Created attachment 330486 [details]
emerge --info virtinst

Suddenly, virt-clone exception in thread:

# virt-clone --connect qemu:///system --original mini_core --name core --file /var/lib/libvirt/images/core.img                   

Allocating 'core.img' 

Clone 'core' created successfully.
Exception in thread Checking storage allocation (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 551, in __bootstrap_inner
  File "/usr/lib64/python2.7/threading.py", line 504, in run
  File "/usr/lib64/python2.7/site-packages/virtinst/Storage.py", line 1257, in _progress_thread
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2528, in info
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'virStorageVolGetInfo'
Exception AttributeError: "'NoneType' object has no attribute 'virStoragePoolFree'" in <bound method virStoragePool.__del__ of <libvirt.virStoragePool instance at 0x10d46e99950>> ignored
Exception AttributeError: "'NoneType' object has no attribute 'virStorageVolFree'" in <bound method virStorageVol.__del__ of <libvirt.virStorageVol instance at 0x10d46e995a8>> ignored
Exception AttributeError: "'NoneType' object has no attribute 'virStorageVolFree'" in <bound method virStorageVol.__del__ of <libvirt.virStorageVol instance at 0x10d46e99ea8>> ignored
Exception AttributeError: "'NoneType' object has no attribute 'virConnectClose'" in <bound method virConnect.__del__ of <libvirt.virConnect instance at 0x10d46e87c20>> ignored
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2012-12-02 04:50:05 UTC
What version of libvirt?
Comment 2 Alexandr Tiurin 2012-12-03 13:51:41 UTC
libvirt-0.10.2-r3
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2013-08-02 18:13:48 UTC
I apologize for letting this slip through the cracks. Hopefully this issue is resolved with newer versions.