qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache miss rate
Date: Wed, 06 May 2015 17:35:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Michael Chapman <address@hidden> wrote:
> This bug manifested itself as a VM that could not be resumed by libvirt
> following a migration:
>
>   # virsh resume example
>   error: Failed to resume domain example
>   error: internal error: cannot parse json {"return":
>     {"xbzrle-cache":
>       {..., "cache-miss-rate": -nan, ...},
>       ...
>     }
>   }: lexical error: malformed number, a digit is required after the minus 
> sign.
>
> This patch also ensures xbzrle_cache_miss_prev and iterations_prev are
> cleared at the start of the migration.
>
> Signed-off-by: Michael Chapman <address@hidden>

Applied, thanks.




reply via email to

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