Hello,
some of my VMs shall start when a host starts up. For this there is per VM --> "Options" --> "Start/Shutdown Order". Works fine
To rearrange that sequence I would like to get an overview regarding this timing and order. Is there a way to show that information in a table, cluster-wide and/or per host? Commands like
Do I need to parse the config manually, like:
...or is there a more elegant solution I just don't see?
Best regards on this sunny sunday
some of my VMs shall start when a host starts up. For this there is per VM --> "Options" --> "Start/Shutdown Order". Works fine

To rearrange that sequence I would like to get an overview regarding this timing and order. Is there a way to show that information in a table, cluster-wide and/or per host? Commands like
pvesh get /cluster/resources --type vm
seem to lack this information. Also I can not find any information seeking for "startup" in the API-Viewer https://pve.proxmox.com/pve-docs/api-viewer/index.html Do I need to parse the config manually, like:
Code:
~# grep startup /etc/pve/nodes/pvee/qemu-server/1103.conf | head -n1
startup: order=70,up=38,down=120
...or is there a more elegant solution I just don't see?
Best regards on this sunny sunday
