Displaying 1 result from an estimated 1 matches for "hotplug_error_node".
2008 Oct 28
0
[PATCH] Fix typo in waitForBackend() for phantom VBDs
...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 DevController:
xswatch(statusPath, hotplugStatusCallback, ev, result)
ev.wait(DEVICE_CREATE_TIMEOUT)
err = xstransact.Read(statusPath, HOTPLUG_ERROR_NODE)
- if result[''status''] != ''Connected'':
+ if result[''status''] != Connected:
return (result[''status''], err)
backpath = self.readVm(devid, "backend")
Signed...