WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Destroy domain before cleaning it up.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 7c269dd2cf1ffa8f3d2eeef6c70c8b9dd7920af1
# Parent  53467192403901100814b6dd015a160969323035
Destroy domain before cleaning it up.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 534671924039 -r 7c269dd2cf1f tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Tue Sep  6 17:43:36 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py   Tue Sep  6 18:14:31 2005
@@ -796,8 +796,8 @@
     def destroy(self):
         """Clenup vm and destroy domain.
         """
+        self.destroy_domain()
         self.cleanup()
-        self.destroy_domain()
         self.saveToDB()
         return 0
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Destroy domain before cleaning it up., Xen patchbot -unstable <=