qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Benoît Canet" <benoit.canet@irqsave.net>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, "Benoît Canet" <benoit.canet@irqsave.net>,
	stefanha@redhat.com, mreitz@redhat.com
Subject: [Qemu-devel] [PATCH v8 0/4] Quorum maintainance operations
Date: Tue, 10 Jun 2014 09:21:42 +0200	[thread overview]
Message-ID: <1402384906-335-1-git-send-email-benoit.canet@irqsave.net> (raw)

in v8:
        check size is the same [Eric]
        drop sync=full requirement [Eric]
        split patch in two [Eric]
        shorter names [Eric]

Benoît Canet (4):
  quorum: Add the rewrite-corrupted parameter to quorum.
  block: Add node-name argument to drive-mirror.
  block: Add replaces argument to drive-mirror
  qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror
    node-name mode.

 block.c                    |  26 ++++++
 block/mirror.c             |  62 +++++++++++---
 block/quorum.c             |  97 ++++++++++++++++++++--
 blockdev.c                 |  41 +++++++++-
 hmp.c                      |   1 +
 include/block/block.h      |   4 +
 include/block/block_int.h  |   4 +-
 qapi/block-core.json       |  13 ++-
 qmp-commands.hx            |   5 ++
 tests/qemu-iotests/041     | 196 ++++++++++++++++++++++++++++++++++++++++++++-
 tests/qemu-iotests/041.out |   4 +-
 tests/qemu-iotests/081     |  15 +++-
 tests/qemu-iotests/081.out |  10 +++
 13 files changed, 447 insertions(+), 31 deletions(-)

-- 
1.9.1

             reply	other threads:[~2014-06-10  7:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-10  7:21 Benoît Canet [this message]
2014-06-10  7:21 ` [Qemu-devel] [PATCH v8 1/4] quorum: Add the rewrite-corrupted parameter to quorum Benoît Canet
2014-06-10  7:25   ` Benoît Canet
2014-06-10  7:21 ` [Qemu-devel] [PATCH v8 2/4] block: Add node-name argument to drive-mirror Benoît Canet
2014-06-10  7:21 ` [Qemu-devel] [PATCH v8 3/4] block: Add replaces " Benoît Canet
2014-06-11 12:58   ` Stefan Hajnoczi
2014-06-10  7:21 ` [Qemu-devel] [PATCH v8 4/4] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode Benoît Canet

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=1402384906-335-1-git-send-email-benoit.canet@irqsave.net \
    --to=benoit.canet@irqsave.net \
    --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).