|
|
7711c0 |
From c51af90d479b6fb65a64be78c94b38726f4d466b Mon Sep 17 00:00:00 2001
|
|
|
7711c0 |
From: Kevin Wolf <kwolf@redhat.com>
|
|
|
7711c0 |
Date: Tue, 19 Feb 2019 17:00:23 +0100
|
|
|
7711c0 |
Subject: [PATCH 22/23] qcow2: Fix cache-clean-interval documentation
|
|
|
7711c0 |
|
|
|
7711c0 |
RH-Author: Kevin Wolf <kwolf@redhat.com>
|
|
|
7711c0 |
Message-id: <20190219170023.27826-14-kwolf@redhat.com>
|
|
|
7711c0 |
Patchwork-id: 84552
|
|
|
7711c0 |
O-Subject: [RHEL-7.7 qemu-kvm-rhev PATCH 13/13] qcow2: Fix cache-clean-interval documentation
|
|
|
7711c0 |
Bugzilla: 1656913
|
|
|
7711c0 |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
7711c0 |
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
|
7711c0 |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
7711c0 |
|
|
|
7711c0 |
From: Leonid Bloch <lbloch@janustech.com>
|
|
|
7711c0 |
|
|
|
7711c0 |
Fixing cache-clean-interval documentation following the recent change to
|
|
|
7711c0 |
a default of 600 seconds on supported plarforms (only Linux currently).
|
|
|
7711c0 |
|
|
|
7711c0 |
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
|
|
|
7711c0 |
Reviewed-by: Eric Blake <eblake@redhat.com>
|
|
|
7711c0 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
7711c0 |
(cherry picked from commit e3a7b4556ee33feba2b396769a9c8354be06b024)
|
|
|
7711c0 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
7711c0 |
---
|
|
|
7711c0 |
docs/qcow2-cache.txt | 20 ++++++++++----------
|
|
|
7711c0 |
qapi/block-core.json | 3 ++-
|
|
|
7711c0 |
qemu-options.hx | 3 ++-
|
|
|
7711c0 |
3 files changed, 14 insertions(+), 12 deletions(-)
|
|
|
7711c0 |
|
|
|
7711c0 |
diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt
|
|
|
7711c0 |
index 59358b8..c459bf5 100644
|
|
|
7711c0 |
--- a/docs/qcow2-cache.txt
|
|
|
7711c0 |
+++ b/docs/qcow2-cache.txt
|
|
|
7711c0 |
@@ -202,18 +202,18 @@ Reducing the memory usage
|
|
|
7711c0 |
It is possible to clean unused cache entries in order to reduce the
|
|
|
7711c0 |
memory usage during periods of low I/O activity.
|
|
|
7711c0 |
|
|
|
7711c0 |
-The parameter "cache-clean-interval" defines an interval (in seconds).
|
|
|
7711c0 |
-All cache entries that haven't been accessed during that interval are
|
|
|
7711c0 |
-removed from memory.
|
|
|
7711c0 |
+The parameter "cache-clean-interval" defines an interval (in seconds),
|
|
|
7711c0 |
+after which all the cache entries that haven't been accessed during the
|
|
|
7711c0 |
+interval are removed from memory. Setting this parameter to 0 disables this
|
|
|
7711c0 |
+feature.
|
|
|
7711c0 |
|
|
|
7711c0 |
-This example removes all unused cache entries every 15 minutes:
|
|
|
7711c0 |
+The following example removes all unused cache entries every 15 minutes:
|
|
|
7711c0 |
|
|
|
7711c0 |
-drive file=hd.qcow2,cache-clean-interval=900
|
|
|
7711c0 |
|
|
|
7711c0 |
-If unset, the default value for this parameter is 600. Setting it to 0
|
|
|
7711c0 |
-disables this feature.
|
|
|
7711c0 |
+If unset, the default value for this parameter is 600 on platforms which
|
|
|
7711c0 |
+support this functionality, and is 0 (disabled) on other platforms.
|
|
|
7711c0 |
|
|
|
7711c0 |
-Note that this functionality currently relies on the MADV_DONTNEED
|
|
|
7711c0 |
-argument for madvise() to actually free the memory. This is a
|
|
|
7711c0 |
-Linux-specific feature, so cache-clean-interval is not supported in
|
|
|
7711c0 |
-other systems.
|
|
|
7711c0 |
+This functionality currently relies on the MADV_DONTNEED argument for
|
|
|
7711c0 |
+madvise() to actually free the memory. This is a Linux-specific feature,
|
|
|
7711c0 |
+so cache-clean-interval is not supported on other systems.
|
|
|
7711c0 |
diff --git a/qapi/block-core.json b/qapi/block-core.json
|
|
|
7711c0 |
index f43124e..9c8c9ff 100644
|
|
|
7711c0 |
--- a/qapi/block-core.json
|
|
|
7711c0 |
+++ b/qapi/block-core.json
|
|
|
7711c0 |
@@ -2873,7 +2873,8 @@
|
|
|
7711c0 |
#
|
|
|
7711c0 |
# @cache-clean-interval: clean unused entries in the L2 and refcount
|
|
|
7711c0 |
# caches. The interval is in seconds. The default value
|
|
|
7711c0 |
-# is 600, and 0 disables this feature. (since 2.5)
|
|
|
7711c0 |
+# is 600 on supporting platforms, and 0 on other
|
|
|
7711c0 |
+# platforms. 0 disables this feature. (since 2.5)
|
|
|
7711c0 |
#
|
|
|
7711c0 |
# @encrypt: Image decryption options. Mandatory for
|
|
|
7711c0 |
# encrypted images, except when doing a metadata-only
|
|
|
7711c0 |
diff --git a/qemu-options.hx b/qemu-options.hx
|
|
|
7711c0 |
index f7c9e23..e1ac8ae 100644
|
|
|
7711c0 |
--- a/qemu-options.hx
|
|
|
7711c0 |
+++ b/qemu-options.hx
|
|
|
7711c0 |
@@ -767,7 +767,8 @@ it which is not used for the L2 cache)
|
|
|
7711c0 |
|
|
|
7711c0 |
@item cache-clean-interval
|
|
|
7711c0 |
Clean unused entries in the L2 and refcount caches. The interval is in seconds.
|
|
|
7711c0 |
-The default value is 600. Setting it to 0 disables this feature.
|
|
|
7711c0 |
+The default value is 600 on supporting platforms, and 0 on other platforms.
|
|
|
7711c0 |
+Setting it to 0 disables this feature.
|
|
|
7711c0 |
|
|
|
7711c0 |
@item pass-discard-request
|
|
|
7711c0 |
Whether discard requests to the qcow2 device should be forwarded to the data
|
|
|
7711c0 |
--
|
|
|
7711c0 |
1.8.3.1
|
|
|
7711c0 |
|