qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V3 2/3] block: Add drive-mirror-replace command


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH V3 2/3] block: Add drive-mirror-replace command to repair quorum files.
Date: Sat, 15 Mar 2014 20:54:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 14.03.2014 16:18, Benoît Canet wrote:
When a quorum file is totally destroyed (broken NAS or SAN) the user can start a
drive-mirror job on the quorum block backend and then replace the broken
quorum file with drive-mirror-replace given it has a node-name.

Signed-off-by: Benoit Canet <address@hidden>
---
  block.c                   |   8 ++--
  block/mirror.c            | 116 ++++++++++++++++++++++++++++++++++++++++++++--
  blockdev.c                |  27 +++++++++++
  include/block/block.h     |   3 ++
  include/block/block_int.h |  15 ++++++
  qapi-schema.json          |  33 +++++++++++++
  qmp-commands.hx           |   5 ++
  trace-events              |   1 +
  8 files changed, 202 insertions(+), 6 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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