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
Subject: [Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches
Date: Fri, 27 Jun 2014 15:41:52 +0200 [thread overview]
Message-ID: <1403876514-4637-3-git-send-email-benoit.canet@irqsave.net> (raw)
In-Reply-To: <1403876514-4637-1-git-send-email-benoit.canet@irqsave.net>
in v1:
no blank line before EOF [Kevin]
Add call to bdrv_is_first_non_filter in check_to_replace_node to
avoid backing blockers issues and data corruption by the user [Kevin, Benoît]
Propagate error returned by check_to_replace_node [Kevin ]
Remove uneeded line break [Kevin]
remove uneeded empty line [Kevin]
Failed to run 041 tests since they are broken before this series.
Benoît Canet (2):
block: Add replaces argument to drive-mirror
qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror
node-name mode.
block.c | 25 ++++++
block/mirror.c | 60 +++++++++++---
blockdev.c | 31 ++++++-
hmp.c | 2 +-
include/block/block.h | 4 +
include/block/block_int.h | 3 +
qapi/block-core.json | 6 +-
qmp-commands.hx | 4 +-
tests/qemu-iotests/041 | 196 ++++++++++++++++++++++++++++++++++++++++++++-
tests/qemu-iotests/041.out | 4 +-
10 files changed, 312 insertions(+), 23 deletions(-)
--
2.0.0
next prev parent reply other threads:[~2014-06-27 13:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-27 13:41 [Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done Benoît Canet
2014-06-27 13:41 ` [Qemu-devel] [PATCH v3] qapi: skip redundant includes Benoît Canet
2014-06-27 15:14 ` Markus Armbruster
2014-06-27 15:28 ` Benoît Canet
2014-06-27 13:41 ` Benoît Canet [this message]
2014-06-27 13:41 ` [Qemu-devel] [PATCH v1 1/2] block: Add replaces argument to drive-mirror Benoît Canet
2014-06-27 13:41 ` [Qemu-devel] [PATCH v1 2/2] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode Benoît Canet
2014-06-27 15:15 ` [Qemu-devel] [PATCH v3] Let the C generated bits of QAPI be generated only once when identical includes are done Benoît Canet
-- strict thread matches above, loose matches on Subject: below --
2014-06-27 15:07 [Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches Benoît Canet
2014-06-27 15:54 ` Markus Armbruster
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=1403876514-4637-3-git-send-email-benoit.canet@irqsave.net \
--to=benoit.canet@irqsave.net \
--cc=kwolf@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).