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: qemu-sta...@nongnu.org
Signed-off-by: Peter Lieven <p...@kamp.de>
---
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