Re: [Qemu-devel] [PULL 33/35] block/mirror: Add active mirroring

2018-08-03 Thread Vladimir Sementsov-Ogievskiy
18.06.2018 19:45, Kevin Wolf wrote: From: Max Reitz This patch implements active synchronous mirroring. In active mode, the passive mechanism will still be in place and is used to copy all initially dirty clusters off the source disk; but every write request will write data both to the source

[Qemu-devel] [PULL 33/35] block/mirror: Add active mirroring

2018-06-18 Thread Kevin Wolf
From: Max Reitz This patch implements active synchronous mirroring. In active mode, the passive mechanism will still be in place and is used to copy all initially dirty clusters off the source disk; but every write request will write data both to the source and the target disk, so the source can