qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5 0/3] Quorum maintaince operations


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v5 0/3] Quorum maintaince operations
Date: Fri, 30 May 2014 13:18:41 +0200

These are the last bits required to make quorum usable in production.

v5:     rebase on latest Stefan's block branch [Kevin]

v4:
        update patchset to stefan's block branch
                drop Max reviewed by because the series changes

Benoît Canet (3):
  quorum: Add the rewrite-corrupted parameter to quorum.
  block: Add drive-mirror-replace command
  qemu-iotests: Add 096 new test for drive-mirror-replace.

 block.c                       |   8 +-
 block/mirror.c                | 118 +++++++++++++++++++++-
 block/quorum.c                |  97 ++++++++++++++++--
 blockdev.c                    |  27 +++++
 include/block/block.h         |   3 +
 include/block/block_int.h     |  15 +++
 qapi-schema.json              |  38 +++++++-
 qmp-commands.hx               |   5 +
 tests/qemu-iotests/041        |  34 +------
 tests/qemu-iotests/081        |  15 ++-
 tests/qemu-iotests/081.out    |  10 ++
 tests/qemu-iotests/096        | 222 ++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/096.out    |   5 +
 tests/qemu-iotests/group      |   1 +
 tests/qemu-iotests/iotests.py |  33 +++++++
 trace-events                  |   1 +
 16 files changed, 585 insertions(+), 47 deletions(-)
 create mode 100755 tests/qemu-iotests/096
 create mode 100644 tests/qemu-iotests/096.out

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]