List VMs with "Start/Shutdown order" information

kosnar

New Member
Aug 23, 2024
4
0
1
Hi all,

how can I list VMs with "Start/Shutdown order" column? Ideally sorted by this column.

Thanks R.
 
Not directly, but with some little hack:

Code:
grep startup /etc/pve/qemu-server/* | awk -F'order=' '{print $2, $0}' | sort -n | cut -d' ' -f2-
 

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!