All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v8 0/4] Quorum maintainance operations
@ 2014-06-10  7:21 Benoît Canet
  2014-06-10  7:21 ` [Qemu-devel] [PATCH v8 1/4] quorum: Add the rewrite-corrupted parameter to quorum Benoît Canet
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Benoît Canet @ 2014-06-10  7:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Benoît Canet, stefanha, mreitz

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-11 12:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  7:21 [Qemu-devel] [PATCH v8 0/4] Quorum maintainance operations Benoît Canet
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.