Default Action der VMś bei reboot

Sep 8, 2020
1
0
1
44
Hi,

ichhabe einen standalone PVE-Node. Wenn ich den Server reboote, sollen die VMś nicht heruntergefahren werden, sondern nur in den suspend-Zustand gehen.
Kann mir einer sagen wo das eingestellt/gesteuert wird und wie ich das ändern kann.

Vielen Dank
 
Das ist noch nicht fertig implementiert, derzeit kann man nur einzelne VMs suspenden.
 
ich mach das per Script vor dem Runterfahren

Code:
VMLIST=$(qm list | grep running | tr -s " " "#" | cut -d\# -f2)
for i in $VMLIST; do
echo "VM $i"
    qm suspend --todisk -statestorage data $i
done
shutdown -h now
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!