I was having issues, where all my machines would take 300 seconds before they even started to try and boot.
I found this command.
pvenode config set --startall-onboot-delay 10
In an attempt to try and retain staggering of boots, but bring the initial boot attempt down to something more reasonable.
This has now resulted, in the "Start/Shutdown" order options to not be honoured by the system, it just starts all VMs.
I just want VM #1 to start after 10 seconds.
VM#2 (LXC actually) to start after 20
and VM#3 to not start for at least 90 seconds.
How on earth do I do this, because as I said "Start/Shutdown" is no longer being honoured.
Because my VM#3 has been up for 2 minutes right now with
order=3,up=300
Despite proxmox only being up for 4 minutes as I type this
Any tips?
I found this command.
pvenode config set --startall-onboot-delay 10
In an attempt to try and retain staggering of boots, but bring the initial boot attempt down to something more reasonable.
This has now resulted, in the "Start/Shutdown" order options to not be honoured by the system, it just starts all VMs.
I just want VM #1 to start after 10 seconds.
VM#2 (LXC actually) to start after 20
and VM#3 to not start for at least 90 seconds.
How on earth do I do this, because as I said "Start/Shutdown" is no longer being honoured.
Because my VM#3 has been up for 2 minutes right now with
order=3,up=300
Despite proxmox only being up for 4 minutes as I type this
Any tips?