Displaying 5 results from an estimated 5 matches for "_releasedevices".
2007 May 14
1
XenDomainInfo.py: Can hang in _releaseDevices.
A section of code does:
while True:
t = xstransact("%s/device" % self.dompath)
for devclass in XendDevices.valid_devices():
for dev in t.list(devclass):
try:
t.remove(dev)
except:
# Log and swallow any exceptions in removal --
2009 Jun 25
0
Error creating vm xen3.4
...fo:1133)
XendDomainInfo.destroyDevice: deviceClass = None, device = vbd/768
[2009-06-25 17:59:42 13862] ERROR (XendDomainInfo:2225) Device release
failed: y; None; vbd/768
Traceback (most recent call last):
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
2219, in _releaseDevices
self.destroyDevice(true_devclass, dev, False);
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
1147, in destroyDevice
rc = self.getDeviceController(deviceClass).destroyDevice(devid, force)
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainIn...
2009 Feb 14
2
device model failure: no longer running;
...mainInfo:910)
XendDomainInfo.destroyDevice: deviceClass = None, device = vbd/768
[2009-02-13 17:55:44 2952] ERROR (XendDomainInfo:1966) Device release
failed: xenXPtest; None; vbd/768
Traceback (most recent call last):
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1960, in
_releaseDevices
self.destroyDevice(true_devclass, dev, False);
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 924, in
destroyDevice
rc = self.getDeviceController(deviceClass).destroyDevice(devid, force)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1981, in
getDeviceC...
2010 Jul 22
1
HVM domain can not boot up with Qcow incremental image
...endDomainInfo:910) XendDomainInfo.destroyDevice: deviceClass = None, device = vbd/768
[2010-07-22 23:31:39 4609] ERROR (XendDomainInfo:1966) Device release failed: winXP; None; vbd/768
Traceback (most recent call last):
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1960, in _releaseDevices
self.destroyDevice(true_devclass, dev, False);
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 924, in destroyDevice
rc = self.getDeviceController(deviceClass).destroyDevice(devid, force)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1981, in...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and