search for: getdeviceconfiguration

Displaying 4 results from an estimated 4 matches for "getdeviceconfiguration".

2007 Jul 24
0
VmError: Device 0 not connected
...ges/xen/xend/server/DevController.py", line 229, in <lambda> return map(lambda x: self.configuration(x, transaction), self.deviceIDs (transaction)) File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 236, in configuration configDict = self.getDeviceConfiguration(devid, transaction) File "/usr/lib64/python2.5/site-packages/xen/xend/server/DevController.py", line 273, in getDeviceConfiguration raise VmError("Device %s not connected" % devid) VmError: Device 0 not connected I tried to poke around to figure out the problem but it'...
2013 May 31
0
iSCSI-based Storage Pool and virsh attach-device problems/questions
...hon blkif.py, located under /usr/lib/xen-4.1/lib/python/xen/xend/server/blkif.py for my installation. After reading through the source, I found that under the getDeviceDetails def there is a non-existent configuration called 'uname' that is undefined. Looking deeper into the code, under the getDeviceConfiguration def, I see that the code is trying to read from the backend configuration, and expecting to see a 'type' and 'params' to use for setting the aforementioned 'uname' value. This is where I hit the wall, so to speak. After reading through the XML documentation for libvirt (htt...
2010 Aug 10
0
Re: XEN in VirtualBox?
...er.py", > line 242, in <lambda> > return map(lambda x: self.configuration(x, transaction), > self.deviceIDs(transaction)) > File > "/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py", > line 249, in configuration > configDict = self.getDeviceConfiguration(devid, transaction) > File > "/usr/lib64/python2.6/site-packages/xen/xend/server/ConsoleController.py", > line 27, in getDeviceConfiguration > devinfo = self.readBackendTxn(transaction, devid, *self.valid_cfg) > File > "/usr/lib64/python2.6/site-packages/xen/xe...
2012 Oct 19
6
"Boot loader did not return any data" to make HVM to PV
...s/xen/xend/server/DevController.py", line 245, in <lambda> return map(lambda x: self.configuration(x, transaction), self.deviceIDs(transaction)) File "/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py", line 252, in configuration configDict = self.getDeviceConfiguration(devid, transaction) File "/usr/lib64/python2.6/site-packages/xen/xend/server/blkif.py", line 164, in getDeviceConfiguration ''bootable'') File "/usr/lib64/python2.6/site-packages/xen/xend/server/DevController.py", line 450, in readBackendTxn raise...