Re: [Qemu-devel] [PATCH v3 0/4] fix image fleecing

2018-07-06 Thread Vladimir Sementsov-Ogievskiy
06.07.2018 16:41, Vladimir Sementsov-Ogievskiy wrote: 06.07.2018 10:17, Fam Zheng wrote: On Thu, 07/05 10:46, Vladimir Sementsov-Ogievskiy wrote: Hi all. This fixes image fleecing scheme for 3.0, details are in 04 patch. Looks like this breaks 'test-replication':

Re: [Qemu-devel] [PATCH v3 0/4] fix image fleecing

2018-07-06 Thread Vladimir Sementsov-Ogievskiy
06.07.2018 10:17, Fam Zheng wrote: On Thu, 07/05 10:46, Vladimir Sementsov-Ogievskiy wrote: Hi all. This fixes image fleecing scheme for 3.0, details are in 04 patch. Looks like this breaks 'test-replication': http://patchew.org/QEMU/20180705074638.770905-1-vsement...@virtuozzo.com/

Re: [Qemu-devel] [PATCH v3 0/4] fix image fleecing

2018-07-06 Thread Fam Zheng
On Thu, 07/05 10:46, Vladimir Sementsov-Ogievskiy wrote: > Hi all. > > This fixes image fleecing scheme for 3.0, details are in 04 patch. Looks like this breaks 'test-replication': http://patchew.org/QEMU/20180705074638.770905-1-vsement...@virtuozzo.com/ test-replication:

[Qemu-devel] [PATCH v3 0/4] fix image fleecing

2018-07-05 Thread Vladimir Sementsov-Ogievskiy
Hi all. This fixes image fleecing scheme for 3.0, details are in 04 patch. v3: 02: fix typo in assert, to fix build v2: 01,02: new patches 03: - improve comment - fix assert in bdrv_aligned_pwritev - add asserts to not use the flag on read requests - support copy_range 04: -