Re: [Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.

2014-03-11 Thread Benoît Canet
The Tuesday 11 Mar 2014 à 20:58:06 (+0100), Max Reitz wrote : > On 11.03.2014 17:36, Benoît Canet wrote: > >On read operations when this parameter is set and some replicas are corrupted > >while quorum can be reached quorum will proceed to rewrite the correct > >version > >of the data to fix the c

Re: [Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.

2014-03-11 Thread Max Reitz
On 11.03.2014 17:36, Benoît Canet wrote: On read operations when this parameter is set and some replicas are corrupted while quorum can be reached quorum will proceed to rewrite the correct version of the data to fix the corrupted replicas. This will shine with SSD where the FTL will remap the s

[Qemu-devel] [PATCH 1/3] quorum: Add the rewrite-corrupted parameter to quorum.

2014-03-11 Thread Benoît Canet
On read operations when this parameter is set and some replicas are corrupted while quorum can be reached quorum will proceed to rewrite the correct version of the data to fix the corrupted replicas. This will shine with SSD where the FTL will remap the same block at another place on rewrite. Sig