]> git.proxmox.com Git - pve-qemu.git/commit - debian/patches/series
add patch to avoid huge snapshot performance regression
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 17 Oct 2023 12:10:11 +0000 (14:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Oct 2023 13:01:23 +0000 (15:01 +0200)
commita36bda146c937972a61224d652018f0ed582fc4a
tree8d17ba880929d90ffeb66e17e6330184f2e50c2b
parent03ff63aa61b5504524ca64a2ed27c10da05a5126
add patch to avoid huge snapshot performance regression

Taking a snapshot became prohibitively slow because of the
migration_transferred_bytes() call in migration_rate_exceeded() [0].

This also applied to the async snapshot taking in Proxmox VE, so
work around the issue until it is fixed upstream.

[0]: https://gitlab.com/qemu-project/qemu/-/issues/1821

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/extra/0007-migration-states-workaround-snapshot-performance-reg.patch [new file with mode: 0644]
debian/patches/series