K kosnar Member Aug 23, 2024 34 6 8 Nov 7, 2024 #1 Hi all, how can I list VMs with "Start/Shutdown order" column? Ideally sorted by this column. Thanks R.
Hi all, how can I list VMs with "Start/Shutdown order" column? Ideally sorted by this column. Thanks R.
mariol Proxmox Staff Member Staff member Jul 2, 2024 274 84 33 Wien proxmox.com Nov 7, 2024 #2 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- Reactions: UdoB
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-
K kosnar Member Aug 23, 2024 34 6 8 Nov 8, 2024 #3 Thank you, it works. Do you plan to add this columns to GUI? R.
mariol Proxmox Staff Member Staff member Jul 2, 2024 274 84 33 Wien proxmox.com Nov 9, 2024 #4 If you would like to see something like this in the GUI, you have the option under https://bugzilla.proxmox.com to submit a feature request
If you would like to see something like this in the GUI, you have the option under https://bugzilla.proxmox.com to submit a feature request