Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: VM Group #548

Open
lattera opened this issue Jun 7, 2024 · 2 comments
Open

Feature Request: VM Group #548

lattera opened this issue Jun 7, 2024 · 2 comments

Comments

@lattera
Copy link

lattera commented Jun 7, 2024

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
Copy link

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
Copy link

GogoFC commented Jul 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants