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

2014-06-13 Thread Max Reitz
On 11.06.2014 15:24, 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 v9 1/4] quorum: Add the rewrite-corrupted parameter to quorum

2014-06-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