Set vm boot order

this wiki page explains it and it can be done via GUI.

for openvz?
the page says "these GUI settings are currently for KVM VM´s only. if you need to set bootorder for containers you need to set it via CLI (see 'man vzctl')."

and my 3.1-24 has no such gui option, or I'm blind.. (maybe, and it's monday, also...)

Marco
 
ah yes, the GUI is for KVM only - just select a VM and then go to "Options".

The thread subject is a bit misleading as it points to KVM.
 
Is there a way to set boot order / priority via command line / qm?
option 'startup'

--startup `[[order=]\d+] [,up=\d+] [,down=\d+] `

Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the up or down delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
 
  • Like
Reactions: r4dh4l
option 'startup'

Thank you very much. I've expected it in the "Start and Shutdown Order" chapter. Maybe there should be a link to the "--startup" description?

--startup `[[order=]\d+] [,up=\d+] [,down=\d+] `
is a little bit confusing.

Shouldn't it be listed as
--startup order=<integer>,up=<integer>,down=<integer>
?