Displaying 2 results from an estimated 2 matches for "waitforbackend".
2008 Oct 28
0
[PATCH] Fix typo in waitForBackend() for phantom VBDs
Hi,
I believe that a value of "result[''status'']" is an integer, isn''t
a character string.
diff -r 8d41996e6897 tools/python/xen/xend/server/DevController.py
--- a/tools/python/xen/xend/server/DevController.py Mon Oct 27 18:51:52 2008 +0000
+++ b/tools/python/xen/xend/server/DevController.py Tue Oct 28 09:14:53 2008 +0900
@@ -542,7 +542,7 @@ class
2005 Nov 10
0
Xend crashes when it''s trying to create domU
...reateDevice(n, c)
File "/usr/lib/python/xen/xend/XendDomainInfo.py",
line 893, in createDevice
return
self.getDeviceController(deviceClass).createDevice(devconfig)
File
"/usr/lib/python/xen/xend/server/DevController.py",
line 63, in createDevice
status, fn_ret = self.waitForBackend(devid)
File
"/usr/lib/python/xen/xend/server/DevController.py",
line 277, in waitForBackend
watch = xswatch(backpath, hotplugStatus)
File "/usr/lib/python/xen/xend/xenstore/xswatch.py",
line 28, in __init__
xswatch.xs.watch(path, self)
TypeError: argument 1 must be s...