[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Destroy information about the domain in case an error occurs
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1176197291 -3600 # Node ID 7cfe2a22462c927c1850f1aae6c142e12b72abaa # Parent 400a3dca237e856c53934f4b81137581d727fdb3 xend: Destroy information about the domain in case an error occurs during resume of a domain. Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 files changed, 1 insertion(+) diff -r 400a3dca237e -r 7cfe2a22462c tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Mon Apr 09 12:05:26 2007 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Apr 10 10:28:11 2007 +0100 @@ -430,6 +430,7 @@ class XendDomainInfo: self._endRestore() except: log.exception('VM resume failed') + self.destroy() raise else: raise XendError('VM already running') _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |