churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
806 stars 168 forks source link

Feature Request: VM Group #548

Open lattera opened 1 month ago

lattera commented 1 month ago

Being able to group VMs is very useful for a lab setting. Essentially, I would like to be able to organize my VMs into separate groups. I could, for example, instruct /usr/local/sbin/vm to boot a group or to shutdown a group.

akrivulya commented 4 weeks ago

As an alternative to group mechanism you can use jail(8) to group vm's. We use it in our production environment and it works well.

GogoFC commented 1 day ago

All you really would have to do is sudo vm stop vm1 && sudo vm stop vm2 && sudo vm stop vm6 and put that in a script.