On Fri, May 30, 2014 at 01:18:42PM +0200, 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 same block at another > place on rewrite. > > Signed-off-by: Benoit Canet <ben...@irqsave.net> > Reviewed-by: Max Reitz <mre...@redhat.com> > --- > block/quorum.c | 97 > +++++++++++++++++++++++++++++++++++++++++++--- > qapi-schema.json | 5 ++- > tests/qemu-iotests/081 | 15 ++++++- > tests/qemu-iotests/081.out | 10 +++++ > 4 files changed, 119 insertions(+), 8 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>