On 18.02.2014 13:11, Benoît Canet wrote:
From: Benoît Canet <ben...@irqsave.net>

Example of command line:

-drive if=virtio,driver=quorum,\
children.0.file.filename=1.raw,\
children.0.node-name=1.raw,\
children.0.driver=raw,\
children.1.file.filename=2.raw,\
children.1.node-name=2.raw,\
children.1.driver=raw,\
children.2.file.filename=3.raw,\
children.2.node-name=3.raw,\
children.2.driver=raw,\
vote-threshold=2

blkverify=on with vote-threshold=2 and two files can be passed to
emulate blkverify.

Signed-off-by: Benoit Canet <ben...@irqsave.net>
---
  block/quorum.c   | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  monitor.c        |   3 ++
  qapi-schema.json |  21 +++++++-
  3 files changed, 184 insertions(+), 1 deletion(-)

Reviewed-by: Max Reitz <mre...@redhat.com>

Reply via email to