From: Steven Hand Date: Wed, 30 Aug 2006 12:51:12 +0000 (+0100) Subject: Fix fix :-) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15673^2~23^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a2e0b5994ac590701957fb560f4a3474eb32923;p=xen.git Fix fix :-) Signed-off-by: Steven Hand --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index def0804e54..48ff0ff291 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1494,7 +1494,7 @@ class XendDomainInfo: if rc != 0: raise XendError("Device of type '%s' refuses migration." % n) - def testDeviceComplete(self): + def testDeviceComplete(self): """ For Block IO migration safety we must ensure that the device has shutdown correctly, i.e. all blocks are flushed to disk