v3 patch available:
https://lists.proxmox.com/pipermail/pve-devel/2023-October/059387.html

On 25/08/2023 14:18, Filip Schauer wrote:
Shutdown and reboot commands do infact time out instead of failing
immediately on suspended VMs. This is fixed by extending vm_is_paused
with the "suspended" runstate. It also make sense to check for the
"prelaunch" runstate, as the VM is not running in that state. To
accommodate the changes, the function is renamed to vm_is_frozen.

Filip Schauer (2):
   Add missing checks for paused runstates
   Rename vm_is_paused to vm_is_frozen

  PVE/API2/Qemu.pm         |  8 ++++----
  PVE/QemuMigrate.pm       |  8 ++++----
  PVE/QemuServer.pm        |  8 ++++++--
  PVE/VZDump/QemuServer.pm | 14 +++++++-------
  4 files changed, 21 insertions(+), 17 deletions(-)



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to