how to set VM boot order and interval

kingwilliam

Cadet
Joined
Dec 7, 2021
Messages
5
I have 3 VM (a, b and c), how to set boot order and interval (example b -(after 60s)-> c -(after120s)> a)

thx!
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You can't. You could create a feature request in JIRA.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You can't.
Well, not strictly true...

You have API calls available to start VMs by ID and even an example script to start one by name: https://www.truenas.com/community/threads/how-start-vm-from-shell-or-script.87075/#post-603694

You can therefore set the VMs to not start on boot and instead run a script in a post-init task to start them in any time sequence you want.

It's just not something you can do in the GUI (even if it may be a nice feature to have if the developers have the time).
 
Top