mirror of https://gitee.com/openkylin/qemu.git
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:
parent
adccfbcd60
commit
a9e6a0cbe2
|
@ -4436,10 +4436,11 @@
|
||||||
# Driver specific block device options for Quorum
|
# Driver specific block device options for Quorum
|
||||||
#
|
#
|
||||||
# @blkverify: #optional true if the driver must print content mismatch
|
# @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
|
# Since: 2.0
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue