qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V2] migration: disable auto-converge during bulk


From: Peter Lieven
Subject: Re: [Qemu-devel] [PATCH V2] migration: disable auto-converge during bulk block migration
Date: Tue, 26 Sep 2017 12:32:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Am 26.09.2017 um 12:16 schrieb Peter Lieven:
auto-converge and block migration currently do not play well together.
During block migration the auto-converge logic detects that ram
migration makes no progress and thus throttles down the vm until
it nearly stalls completely. Avoid this by disabling the throttling
logic during the bulk phase of the block migration.

Cc: address@hidden
Signed-off-by: Peter Lieven <address@hidden>
---
V1->V2: add comment why we disable auto-converge during bulk block migration 
[Stefan]

  migration/block.c | 5 +++++
  migration/ram.c   | 6 +++++-
  2 files changed, 10 insertions(+), 1 deletion(-)

Sorry, I missed to include the updated header files. Will send a V3.

Peter



reply via email to

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