14 lines
680 B
Diff
14 lines
680 B
Diff
Index: xen-3.4.0-testing/tools/python/xen/xend/XendCheckpoint.py
|
|
===================================================================
|
|
--- xen-3.4.0-testing.orig/tools/python/xen/xend/XendCheckpoint.py
|
|
+++ xen-3.4.0-testing/tools/python/xen/xend/XendCheckpoint.py
|
|
@@ -151,7 +151,7 @@ def save(fd, dominfo, network, live, dst
|
|
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
|