diff options
author | BenoƮt Canet <benoit.canet@irqsave.net> | 2014-02-22 18:43:40 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-02-28 18:59:06 +0100 |
commit | a9e6a0cbe2c12c7b5708451d2211d9b00922d605 (patch) | |
tree | 39c06dd4675f16bee19692758e4200c1e0e9d264 /qapi-schema.json | |
parent | adccfbcd6020e928db93b2b4faf0dbd05ffbe016 (diff) |
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>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index ac8ad24966..c3592f6c11 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -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 ## |