|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Use the domain ID to refer to backends, not the UUID. T
# HG changeset patch
# User emellor@ewan
# Node ID a6154af4fc430499a7c673f5b32be24c4aa1ea7b
# Parent 625c75a223fe0c7f63a048a89bb914096b88f74d
Use the domain ID to refer to backends, not the UUID. This means that a new
backend is used on a localhost live migrate; migration was failing otherwise.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r 625c75a223fe -r a6154af4fc43
tools/python/xen/xend/server/DevController.py
--- a/tools/python/xen/xend/server/DevController.py Tue Oct 4 01:28:41 2005
+++ b/tools/python/xen/xend/server/DevController.py Tue Oct 4 10:01:38 2005
@@ -230,7 +230,7 @@
return "%s/backend/%s/%s/%d" % (backdom.getDomainPath(),
self.deviceClass,
- self.vm.getUuid(), devid)
+ self.vm.getDomid(), devid)
def frontendPath(self, devid):
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Use the domain ID to refer to backends, not the UUID. This means that a new,
Xen patchbot -unstable <=
|
|
|
|
|