On Mon, Feb 13, 2017 at 06:16:36PM +0100, Max Reitz wrote: > On 13.02.2017 08:10, Denis V. Lunev wrote: > > On 02/03/2017 06:08 PM, Denis V. Lunev wrote: > >> On 02/03/2017 06:06 PM, Denis V. Lunev wrote: > >>> From: Anton Nefedov <anton.nefe...@virtuozzo.com> > >>> > >>> If explicit zeroing out before mirroring is required for the target image, > >>> it moves the block job offset counter to EOF, then offset and len counters > >>> count the image size twice. There is no harm but stats are confusing, > >>> specifically the progress of the operation is always reported as 99% by > >>> management tools. > >>> > >>> The patch skips offset increase for the first "technical" pass over the > >>> image. This should not cause any further harm. > >>> > >>> Signed-off-by: Anton Nefedov <anton.nefe...@virtuozzo.com> > >>> Signed-off-by: Denis V. Lunev <d...@openvz.org> > >>> Reviewed-by: Eric Blake <ebl...@redhat.com> > >>> Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> > >>> CC: Jeff Cody <jc...@redhat.com> > >>> CC: Kevin Wolf <kw...@redhat.com> > >>> CC: Max Reitz <mre...@redhat.com> > >> actually this is V3 patch. Sorry for broken subject. > >> > >> Den > > ping > > Didn't Jeff merge v2? > > http://lists.nongnu.org/archive/html/qemu-devel/2017-02/msg01319.html > > Max >
Yes, I did.