mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-11-29 16:23:54 +03:00
It's a commonly reported issue, most recently again in the enterprise support, that taking or removing snapshots of large qcow2 files on file-based network storages runs into a timeout. If the timeout is hit, that just means additional manual steps to clean up afterwards for users. The synchronous QMP command will still be blocking the main thread of the QEMU instance until it has run to completion. Therefore, a longer timeout does not really hurt here, while reducing the number of times the aforementioned cleanup is necessary. In the long term, using snapshot-as-volume-chain should be a good alternative for such cases, once it's not a tech preview anymore. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Link: https://lore.proxmox.com/20251128145622.163185-1-f.ebner@proxmox.com Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Description
No description provided
Languages
Perl
82.5%
Batchfile
15%
C
1.8%
Makefile
0.7%