[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xend: Indicate a resume operation



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1198075504 0
# Node ID 9b37cabe048542ccf8449e20a4b256159c20e169
# Parent  181483b8e9590ed161d209c10276e9cc80b97431
xend: Indicate a resume operation

Indicate that the domain is created as part of a resume operation
rather than a 'create'.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/python/xen/xend/XendDomain.py     |    2 ++
 tools/python/xen/xend/XendDomainInfo.py |    3 +++
 2 files changed, 5 insertions(+)

diff -r 181483b8e959 -r 9b37cabe0485 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py       Wed Dec 19 11:14:05 2007 +0000
+++ b/tools/python/xen/xend/XendDomain.py       Wed Dec 19 14:45:04 2007 +0000
@@ -913,6 +913,8 @@ class XendDomain:
                 if dominfo._stateGet() != XEN_API_VM_POWER_STATE_SUSPENDED:
                     raise XendError("Cannot resume domain that is not 
suspended.")
 
+                dominfo.setResume(True)
+
                 dom_uuid = dominfo.get_uuid()
                 chkpath = self._managed_check_point_path(dom_uuid)
                 if not os.path.exists(chkpath):
diff -r 181483b8e959 -r 9b37cabe0485 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Wed Dec 19 11:14:05 2007 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py   Wed Dec 19 14:45:04 2007 +0000
@@ -1178,6 +1178,9 @@ class XendDomainInfo:
     def getResume(self):
         return str(self._resume)
 
+    def setResume(self, isresume):
+        self._resume = isresume
+
     def getCap(self):
         return self.info['vcpus_params']['cap']
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.