2009-08-01 11:53:46 +02:00
|
|
|
Index: xen-3.4.1-testing/tools/python/xen/xend/XendCheckpoint.py
|
2008-12-05 15:30:41 +01:00
|
|
|
===================================================================
|
2009-08-01 11:53:46 +02:00
|
|
|
--- xen-3.4.1-testing.orig/tools/python/xen/xend/XendCheckpoint.py
|
|
|
|
+++ xen-3.4.1-testing/tools/python/xen/xend/XendCheckpoint.py
|
2009-05-04 18:38:09 +02:00
|
|
|
@@ -151,7 +151,7 @@ def save(fd, dominfo, network, live, dst
|
2008-12-05 15:30:41 +01:00
|
|
|
dominfo.destroy()
|
|
|
|
dominfo.testDeviceComplete()
|
|
|
|
try:
|
|
|
|
- dominfo.setName(domain_name, False)
|
|
|
|
+ dominfo.setName(domain_name)
|
|
|
|
except VmError:
|
|
|
|
# Ignore this. The name conflict (hopefully) arises because we
|
|
|
|
# are doing localhost migration; if we are doing a suspend of a
|