Commit a9e6a0cb authored by Benoît Canet's avatar Benoît Canet Committed by Stefan Hajnoczi
Browse files

qmp: Fix BlockdevOptionQuorum.



Fix some nits before QEMU 2.0 freeze.

Signed-off-by: default avatarBenoit Canet <benoit@irqsave.net>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent adccfbcd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
##