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

Options to save the world #9

Open
tjwatson opened this issue Apr 26, 2021 · 1 comment
Open

Options to save the world #9

tjwatson opened this issue Apr 26, 2021 · 1 comment

Comments

@tjwatson
Copy link

Currently save the world only takes a single argument to specify the directory to save the dumped image. I imagine we will need more flexibility in configuring the calls to save the world. For example, my usage scenario will want to terminate the process as soon as the dump is made. This will ensure the process does not make modifications post dump that could inhibit a successful restore of the process later.

I would suggest adding a simple boolean option for this one option (leaveRunning). But perhaps something more advanced is needed to hold the various CRIU options.

@chflood
Copy link
Collaborator

chflood commented Apr 26, 2021

These are all things that were put on the "deal with later" list. I'm happy to add a boolean for leaveRunning to the call.

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

2 participants