We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug multipass delete on suspended vm cause weird error message
multipass delete
To Reproduce How, and what happened?
multipass launch -n vm1
multipass suspend vm1
multipass delete vm1
Expected behavior multipass delete should delete the suspended VM and later it can be recovered .
Additional info
multipass version
multipass get local.driver
Additional context This only occurs on the suspended VM and not on the running VM or stopped VM.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
multipass delete
on suspended vm cause weird error messageTo Reproduce
How, and what happened?
multipass launch -n vm1
multipass suspend vm1
multipass delete vm1
delete failed: Cannot stop suspended instance. Use --force to override.
Expected behavior
multipass delete
should delete the suspended VM and later it can be recovered .Additional info
multipass version
: 1.14.0multipass get local.driver
: qemuAdditional context
This only occurs on the suspended VM and not on the running VM or stopped VM.
The text was updated successfully, but these errors were encountered: