aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-07 11:10:32 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-07 11:10:32 +0100
commit95f83e447abc2fc37b671f341a81bed8a04506ad (patch)
treedbecd8f1fc2d694bfb50257f8769a4bd5d5da136 /tools
parent038aa6bdc09e895a5a09e52e3710572a27978dd8 (diff)
downloadxen-95f83e447abc2fc37b671f341a81bed8a04506ad.tar.gz
xen-95f83e447abc2fc37b671f341a81bed8a04506ad.tar.bz2
xen-95f83e447abc2fc37b671f341a81bed8a04506ad.zip
xend: waitForDevices() on xm reboot.
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendDomainInfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py
index 39388f1b48..9ef0993c35 100644
--- a/tools/python/xen/xend/XendDomainInfo.py
+++ b/tools/python/xen/xend/XendDomainInfo.py
@@ -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