Re: [pve-devel] [PATCH qemu-server v3 0/3] qmeventd: improve shutdown behaviour

2022-09-23 Thread Dominik Csapak
sorry disregard, was too fast with this version and did not see that wolfgang wrote something about 2/3 too ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH qemu-server v3 0/3] qmeventd: improve shutdown behaviour

2022-09-23 Thread Dominik Csapak
includes the following improvements: * increases 'force cleanup' timeout to 60s (from 5) * saves individual timeout for each vm * don't force cleanup for vms where normal cleanup worked * sending QMP quit instead of SIGTERM (less log noise) changes from v2: * change from cast of the function to ca