[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches
From: |
Benoît Canet |
Subject: |
[Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches |
Date: |
Fri, 27 Jun 2014 17:07:20 +0200 |
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
- [Qemu-devel] [PATCH v1 0/2] Quorum arbitrary node replacement patches,
Benoît Canet <=