From: "Benoît Canet" <benoit.canet@irqsave.net>
To: Eric Blake <eblake@redhat.com>
Cc: "Benoît Canet" <benoit.canet@irqsave.net>,
kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com,
mreitz@redhat.com
Subject: Re: [Qemu-devel] [PATCH V19 00/12] Quorum block filter
Date: Fri, 21 Feb 2014 23:58:42 +0100 [thread overview]
Message-ID: <20140221225842.GB13587@irqsave.net> (raw)
In-Reply-To: <5307D7EB.2000508@redhat.com>
The Friday 21 Feb 2014 à 15:49:15 (-0700), Eric Blake wrote :
> On 02/21/2014 02:21 PM, Benoît Canet wrote:
> > Hi this is the latest version of the quorum block filter.
> >
> > This version fix the qmp events and a small rebase conflict.
> >
> > tested:
> >
> > tested that json qmp string are correct and parse well with python
> >
> > Ran qemu-iotest including 081 ok
> >
> > quorum command line ok
> > quorum command line snapshot transaction ok
> > quorum QMP by reference ok
> > quorum QMP by reference and snapshot transaction ok
> > quorum QMP at once ok
> > quorum QMP at once and snapshot transaction ok
>
> Generic question:
>
> When the quorum detects mismatch but there was still a majority, is
> there a way to request that the quorum correct the odd man out? That
> is, if I have a 2/3 quorum, and files A and B read '1' while C reads
> '2', can the mere act of reading that sector be used to write '1' into C?
>
> Obviously, this should be an optional mode, not enabled by default; but
> I could envision creating a self-healing redundant array via this method.
That's part of the optional features I want to add.
I choose to start small to get it merged faster.
I also plan to modify drive-mirror to do a bdrv_swap when the mirroring is
finished in order to replace a faultly quorum file.
Best regards
Benoît
>
> --
> Eric Blake eblake redhat com +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>
prev parent reply other threads:[~2014-02-21 22:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 21:21 [Qemu-devel] [PATCH V19 00/12] Quorum block filter Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 01/12] quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 02/12] quorum: Create BDRVQuorumState and BlkDriver and do init Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 03/12] quorum: Add quorum_aio_writev and its dependencies Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 04/12] blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 05/12] quorum: Add quorum_aio_readv Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 06/12] quorum: Add quorum mechanism Benoît Canet
2014-02-21 22:09 ` Eric Blake
2014-02-21 22:30 ` Benoît Canet
2014-02-21 22:38 ` Kevin Wolf
2014-02-21 22:44 ` Eric Blake
2014-02-21 22:50 ` Benoît Canet
2014-02-21 23:32 ` Eric Blake
2014-02-21 22:41 ` Eric Blake
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 07/12] quorum: Add quorum_getlength() Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 08/12] quorum: Add quorum_invalidate_cache() Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 09/12] quorum: Add quorum_co_flush() Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 10/12] quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum Benoît Canet
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 11/12] quorum: Add quorum_open() and quorum_close() Benoît Canet
2014-02-21 21:57 ` Eric Blake
2014-02-21 21:21 ` [Qemu-devel] [PATCH V19 12/12] quorum: Add unit test Benoît Canet
2014-02-21 21:39 ` [Qemu-devel] [PATCH V19 00/12] Quorum block filter Kevin Wolf
2014-02-21 22:49 ` Eric Blake
2014-02-21 22:58 ` Benoît Canet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140221225842.GB13587@irqsave.net \
--to=benoit.canet@irqsave.net \
--cc=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).