suspend a VM and sve this to disk for reboot

immo

Renowned Member
Nov 20, 2014
96
1
73
Are there any way to suspend my 50VMs and save the state for a host reboot?
After the reboot the vms should just resume. This would help to reduce the Shutdown time and could keep my VMs somehow "running". This is important for long duration tests of our software....
 
HI
Due to missing response I have to be more clearly

KVM/QEMU libvirt-bin provides a feature save.
This saves the current running state into a file which can be loaded after a while with resume and runs right away nearly instantly from the previous save state.
This feature would be nice to get in proxmox somehow...
Are there any existing method or would it be a Feature request ?