From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwTit-0003F2-P3 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwTim-0003FA-Ab for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:01:07 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:51370 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwTim-0003Ev-0K for qemu-devel@nongnu.org; Mon, 16 Jun 2014 06:01:00 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 16 Jun 2014 12:00:53 +0200 Message-Id: <1402912857-10509-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v10 0/4] Quorum maintainance operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com, mreitz@redhat.com in v10: address max comments Beno=C3=AEt 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 | 17 ++++ block/mirror.c | 60 +++++++++++--- block/quorum.c | 97 ++++++++++++++++++++-- blockdev.c | 41 +++++++++- hmp.c | 1 + include/block/block.h | 4 + include/block/block_int.h | 3 + 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, 436 insertions(+), 30 deletions(-) --=20 1.9.1