qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V18 06/12] quorum: Add quorum mechanism.


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH V18 06/12] quorum: Add quorum mechanism.
Date: Tue, 18 Feb 2014 19:02:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 18.02.2014 13:11, Benoît Canet wrote:
From: Benoît Canet <address@hidden>

This patchset enables the core of the quorum mechanism.
The num_children reads are compared to get the majority version and if this
version exists more than threshold times the guest won't see the error at all.

If a block is corrupted or if an error occurs during an IO or if the quorum
cannot be established QMP events are used to report to the management.

Use gnutls's SHA-256 to compare versions.

--enable-quorum must be used to enable the feature.

Signed-off-by: Benoit Canet <address@hidden>
---
  block/Makefile.objs       |   2 +-
  block/quorum.c            | 391 +++++++++++++++++++++++++++++++++++++++++++++-
  configure                 |  36 +++++
  docs/qmp/qmp-events.txt   |  36 +++++
  include/monitor/monitor.h |   2 +
  monitor.c                 |   2 +
  6 files changed, 467 insertions(+), 2 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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