Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-29 Thread Benoît Canet
Le Tuesday 29 Oct 2013 à 18:56:34 (+0100), Max Reitz a écrit : > Am 29.10.2013 18:55, schrieb Max Reitz: > > Am 29.10.2013 08:59, schrieb Benoît Canet: > >> Le Friday 04 Oct 2013 à 16:31:56 (+0200), Max Reitz a écrit : > >>> On 2013-10-02 14:39, Benoît Canet wrote: > It must be applied on top

Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-29 Thread Max Reitz
Am 29.10.2013 18:55, schrieb Max Reitz: > Am 29.10.2013 08:59, schrieb Benoît Canet: >> Le Friday 04 Oct 2013 à 16:31:56 (+0200), Max Reitz a écrit : >>> On 2013-10-02 14:39, Benoît Canet wrote: It must be applied on top of "block: Add BlockDriver.bdrv_check_ext_snapshot." This

Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-29 Thread Max Reitz
Am 29.10.2013 08:59, schrieb Benoît Canet: > Le Friday 04 Oct 2013 à 16:31:56 (+0200), Max Reitz a écrit : >> On 2013-10-02 14:39, Benoît Canet wrote: >>> It must be applied on top of "block: Add >>> BlockDriver.bdrv_check_ext_snapshot." >>> >>> This patchset create a block driver implementing a q

Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-29 Thread Benoît Canet
Le Friday 04 Oct 2013 à 16:31:56 (+0200), Max Reitz a écrit : > On 2013-10-02 14:39, Benoît Canet wrote: > >It must be applied on top of "block: Add > >BlockDriver.bdrv_check_ext_snapshot." > > > >This patchset create a block driver implementing a quorum using total qemu > >disk > >images. Writes

Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-04 Thread Benoît Canet
Le Friday 04 Oct 2013 à 16:31:56 (+0200), Max Reitz a écrit : > On 2013-10-02 14:39, Benoît Canet wrote: > >It must be applied on top of "block: Add > >BlockDriver.bdrv_check_ext_snapshot." > > > >This patchset create a block driver implementing a quorum using total qemu > >disk > >images. Writes

Re: [Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-04 Thread Max Reitz
On 2013-10-02 14:39, Benoît Canet wrote: It must be applied on top of "block: Add BlockDriver.bdrv_check_ext_snapshot." This patchset create a block driver implementing a quorum using total qemu disk images. Writes are mirrored on the $total files. For the reading part the $total files are read

[Qemu-devel] [PATCH V9 00/11] Quorum block driver

2013-10-02 Thread Benoît Canet
It must be applied on top of "block: Add BlockDriver.bdrv_check_ext_snapshot." This patchset create a block driver implementing a quorum using total qemu disk images. Writes are mirrored on the $total files. For the reading part the $total files are read at the same time and a vote is done to dete