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

Add a local state #5

Open
thebsdbox opened this issue Jun 23, 2020 · 0 comments
Open

Add a local state #5

thebsdbox opened this issue Jun 23, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@thebsdbox
Copy link
Collaborator

Having a local ~/.state file will allow virtual machines to be restarted or provide the capability to ensure that we can removed persistent storage once the VM has been shutdown.

Ideally the state will be an array of the VMs:

{ 
VM : "1234",
DISK: "/path/to/disk",
CMD: "qemu-x86-64 -blah -blah",
etc...
@thebsdbox thebsdbox added enhancement New feature or request good first issue Good for newcomers labels Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant