[pve-devel] applied-series: [PATCH qemu 1/2] fix #4476: savevm-async: avoid looping without progress

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 21 09:15:35 CET 2023


Am 26/01/2023 um 14:46 schrieb Fiona Ebner:
> when pend_postcopy is large. By definition, pend_postcopy won't
> decrease when iterating, so a value larger than the cutoff of 400000
> would lead to essentially empty iterations, filling up the state file
> until only 30 MiB + pending_size remain and the second half of the
> check would trigger.
> 
> Avoid this, by not considering pend_postcopy for the cutoff to enter
> the final phase.
> 
> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
> ---
> 
> Many thanks to Fabian for discussing the issue with me!
> 
>  ...vevm-async-for-background-state-snapshots.patch | 14 ++++++++------
>  ...-PVE-add-optional-buffer-size-to-QEMUFile.patch |  6 +++---
>  ...async-register-yank-before-migration_inco.patch |  4 ++--
>  3 files changed, 13 insertions(+), 11 deletions(-)
> 
>

applied both patches, thanks!





More information about the pve-devel mailing list