OSDN Git Service

qapi/block-core.json: Add missing documentation for blklogwrites log-append option
authorAri Sundholm <ari@tuxera.com>
Fri, 6 Jul 2018 14:01:36 +0000 (17:01 +0300)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Jul 2018 11:16:51 +0000 (13:16 +0200)
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

index 38b3125..62a92fa 100644 (file)
 # @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)
 #