diff options
| author | Leonid Bloch | 2018-09-29 11:54:54 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2018-10-01 19:13:55 +0200 |
| commit | e3a7b4556ee33feba2b396769a9c8354be06b024 (patch) | |
| tree | 77f4fb856064b60dbc26460ef96cfe37cf594f67 /qemu-options.hx | |
| parent | block-backend: Set werror/rerror defaults in blk_new() (diff) | |
| download | qemu-e3a7b4556ee33feba2b396769a9c8354be06b024.tar.gz qemu-e3a7b4556ee33feba2b396769a9c8354be06b024.tar.xz qemu-e3a7b4556ee33feba2b396769a9c8354be06b024.zip | |
qcow2: Fix cache-clean-interval documentation
Fixing cache-clean-interval documentation following the recent change to
a default of 600 seconds on supported plarforms (only Linux currently).
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-options.hx')
| -rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 52d9d9f06d..f139459e80 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -747,7 +747,8 @@ it which is not used for the L2 cache) @item cache-clean-interval Clean unused entries in the L2 and refcount caches. The interval is in seconds. -The default value is 600. Setting it to 0 disables this feature. +The default value is 600 on supporting platforms, and 0 on other platforms. +Setting it to 0 disables this feature. @item pass-discard-request Whether discard requests to the qcow2 device should be forwarded to the data |
