OSDN Git Service

qcow2: add option to clean unused cache entries after some time
authorAlberto Garcia <berto@igalia.com>
Tue, 4 Aug 2015 12:14:40 +0000 (15:14 +0300)
committerMax Reitz <mreitz@redhat.com>
Fri, 4 Sep 2015 19:00:32 +0000 (21:00 +0200)
commit279621c046ce57de0af9e3c00663b48d3a7835ae
treee14d8ab78e7bfcddf42b763a120cc8d116d38430
parent355ee2d0e8ca536a6278c9c763ddd2f136eace3f
qcow2: add option to clean unused cache entries after some time

This adds a new 'cache-clean-interval' option that cleans all qcow2
cache entries that haven't been used in a certain interval, given in
seconds.

This allows setting a large L2 cache size so it can handle scenarios
with lots of I/O and at the same time use little memory during periods
of inactivity.

This feature currently relies on MADV_DONTNEED to free that memory, so
it is not useful in systems that don't follow that behavior.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: a70d12da60433df9360ada648b3f34b8f6f354ce.1438690126.git.berto@igalia.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow2-cache.c
block/qcow2.c
block/qcow2.h
qapi/block-core.json