qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v3] file-posix: add drop-cache=on|off option


From: Stefan Hajnoczi
Subject: Re: [Qemu-block] [PATCH v3] file-posix: add drop-cache=on|off option
Date: Wed, 13 Mar 2019 11:04:00 +0000
User-agent: Mutt/1.11.3 (2019-02-01)

On Thu, Mar 07, 2019 at 04:49:41PM +0000, Stefan Hajnoczi wrote:
> Commit dd577a26ff03b6829721b1ffbbf9e7c411b72378 ("block/file-posix:
> implement bdrv_co_invalidate_cache() on Linux") introduced page cache
> invalidation so that cache.direct=off live migration is safe on Linux.
> 
> The invalidation takes a significant amount of time when the file is
> large and present in the page cache.  Normally this is not the case for
> cross-host live migration but it can happen when migrating between QEMU
> processes on the same host.
> 
> On same-host migration we don't need to invalidate pages for correctness
> anyway, so an option to skip page cache invalidation is useful.  I
> investigated optimizing invalidation and detecting same-host migration,
> but both are hard to achieve so a user-visible option will suffice.
> 
> As a bonus this option means that the cache invalidation feature will
> now be detectable by libvirt via QMP schema introspection.
> 
> Suggested-by: Neil Skrypuch <address@hidden>
> Tested-by: Neil Skrypuch <address@hidden>
> Reviewed-by: Stefano Garzarella <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
> v3:
>  * This option is now conditional on CONFIG_LINUX and *can* be used for
>    libvirt feature detection after all [eblake/armbru]
> v2:
>  * Remove outdated comment about libvirt feature detection [danpb]
> ---
>  qapi/block-core.json |  6 ++++++
>  block/file-posix.c   | 16 ++++++++++++++++
>  2 files changed, 22 insertions(+)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]