direct-io.hg
changeset 11292:a39ad4c78850
Fix fix :-)
Signed-off-by: Steven Hand <steven@xensource.com>
Signed-off-by: Steven Hand <steven@xensource.com>
author | Steven Hand <steven@xensource.com> |
---|---|
date | Wed Aug 30 13:51:12 2006 +0100 (2006-08-30) |
parents | 2d2f3b824fc3 |
children | a202eef97aa0 e01441c9a607 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Wed Aug 30 13:50:08 2006 +0100 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Wed Aug 30 13:51:12 2006 +0100 1.3 @@ -1494,7 +1494,7 @@ class XendDomainInfo: 1.4 if rc != 0: 1.5 raise XendError("Device of type '%s' refuses migration." % n) 1.6 1.7 - def testDeviceComplete(self): 1.8 + def testDeviceComplete(self): 1.9 """ For Block IO migration safety we must ensure that 1.10 the device has shutdown correctly, i.e. all blocks are 1.11 flushed to disk