Am 22.10.2014 um 14:51 hat Max Reitz geschrieben: > As of a follow-up patch to this one, the length of a mirror block job > will no longer directly depend on the size of the block device; > therefore, drop these checks from this test. Instead, just check whether > the final offset equals the block job length. > > As 041 uses the wait_until_completed function from iotests.py, the same > applies there as well which in turn affects tests 030, 055 and 056. On > the other hand, a block job's length does not have to be related to the > length of the image file in the first place, so that check was > questionable anyway. > > Signed-off-by: Max Reitz <mre...@redhat.com> > Reviewed-by: Eric Blake <ebl...@redhat.com>
Possibly a result of rebasing over a long time, but 041 still has some checks of len left after this patch. Kevin