2011-09-15 23:43:21 +02:00
|
|
|
Index: xen-4.1.2-testing/tools/python/xen/xend/XendCheckpoint.py
|
2008-12-05 15:30:41 +01:00
|
|
|
===================================================================
|
2011-09-15 23:43:21 +02:00
|
|
|
--- xen-4.1.2-testing.orig/tools/python/xen/xend/XendCheckpoint.py
|
|
|
|
+++ xen-4.1.2-testing/tools/python/xen/xend/XendCheckpoint.py
|
2011-03-21 17:47:37 +01:00
|
|
|
@@ -172,7 +172,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
|