[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: waitForDevices() on xm reboot.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1189159832 -3600 # Node ID f2bc66154ba99f02cbc27bfb9205838673e78cf9 # Parent 05950e909ba667b2a2326b27e68e4a1b75158355 xend: waitForDevices() on xm reboot. Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 files changed, 1 insertion(+) diff -r 05950e909ba6 -r f2bc66154ba9 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Sep 07 10:26:33 2007 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Sep 07 11:10:32 2007 +0100 @@ -1309,6 +1309,7 @@ class XendDomainInfo: try: new_dom = XendDomain.instance().domain_create_from_dict( self.info) + new_dom.waitForDevices() new_dom.unpause() rst_cnt = self._readVm('xend/restart_count') rst_cnt = int(rst_cnt) + 1 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |