diff options
author | Ari Sundholm <ari@tuxera.com> | 2018-07-06 17:01:36 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-07-10 13:16:51 +0200 |
commit | 7769eaa57859362a655b3d3a78d20df7774f16cf (patch) | |
tree | bf0258e93a281b9d0a1741a787351d542f6e3860 /qapi | |
parent | f8d59dfb40bbc6f5aeea57c8aac1e68c1d2454ee (diff) |
qapi/block-core.json: Add missing documentation for blklogwrites log-append option
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>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 2 insertions, 0 deletions
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) # |