From 053f68a7aca508dc2dba9b8947b74a0704e51baf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Apr 2025 17:00:39 +0200 Subject: [PATCH] bump version to 9.2.0-4 Signed-off-by: Thomas Lamprecht --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 66be5dd..5ef94ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pve-qemu-kvm (9.2.0-4) bookworm; urgency=medium + + * various async snapshot improvements, inclduing using a dedicated IO thread + for the state file when doing a live snapshot. That should reduce load on + the main thread and for it to get stuck on IO, i.e. same benefits as using + a dedicated IO thread for regular drives. This is particularly interesting + when the VM state storage is a network storage like NFS. It should also + address #6262. + + * pve backup: implement basic features and API in preperation for external + backup provider storage plugins. + + -- Proxmox Support Team Thu, 03 Apr 2025 17:00:34 +0200 + pve-qemu-kvm (9.2.0-3) bookworm; urgency=medium * revert changes to the High Precision Event Timer (HPET) to fix performance