qmp: Fix BlockdevOptionQuorum.

Fix some nits before QEMU 2.0 freeze.

Signed-off-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Benoît Canet 2014-02-22 18:43:40 +01:00 committed by Stefan Hajnoczi
parent adccfbcd60
commit a9e6a0cbe2
1 changed files with 3 additions and 2 deletions

View File

@ -4436,10 +4436,11 @@
# Driver specific block device options for Quorum
#
# @blkverify: #optional true if the driver must print content mismatch
# set to false by default
#
# @children: the children block device to use
# @children: the children block devices to use
#
# @vote_threshold: the vote limit under which a read will fail
# @vote-threshold: the vote limit under which a read will fail
#
# Since: 2.0
##