diff mbox series

[PULL,09/24] qapi/block-core.json: Add missing documentation for blklogwrites log-append option

Message ID 20180710154304.18304-10-kwolf@redhat.com
State New
Headers show
Series [PULL,01/24] block: Poll after drain on attaching a node | expand

Commit Message

Kevin Wolf July 10, 2018, 3:42 p.m. UTC
From: Ari Sundholm <ari@tuxera.com>

This was accidentally omitted. Thanks to Eric Blake for spotting this.

Signed-off-by: Ari Sundholm <ari@tuxera.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 qapi/block-core.json | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 38b31250f9..62a92fa4f4 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -3057,6 +3057,8 @@ 
 # @log-sector-size: sector size used in logging writes to @file, determines
 #                   granularity of offsets and sizes of writes (default: 512)
 #
+# @log-append:      append to an existing log (default: false)
+#
 # @log-super-update-interval: interval of write requests after which the log
 #                             super block is updated to disk (default: 4096)
 #