[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix registration on managed domains on xend restart.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 2e529124878960e321d9dcf8c9a355805fd18ac3 # Parent 5091a9a55d8677399fa55c721ce0bc2beae9ba74 Fix registration on managed domains on xend restart. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomain.py | 2 ++ 1 files changed, 2 insertions(+) diff -r 5091a9a55d86 -r 2e5291248789 tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Thu Nov 30 18:44:55 2006 +0000 +++ b/tools/python/xen/xend/XendDomain.py Thu Nov 30 19:11:51 2006 +0000 @@ -191,6 +191,8 @@ class XendDomain: # instantiate domain if not started. new_dom = XendDomainInfo.createDormant(dom) self._managed_domain_register(new_dom) + else: + self._managed_domain_register(running_dom) except Exception: log.exception("Failed to create reference to managed " "domain: %s" % dom_name) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |