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
Hi,
I found that vagrant suspend doesn't perform unregistration process while vagrant halt and vagrant destroy does.
vagrant suspend
vagrant halt
vagrant destroy
I am still wondering why unregistration is not taken care for vagrant suspend.
One can argue that user perform vagrant suspend and do vagrant up in short period of time.
vagrant up
However, one can do vagrant destroy even in suspended VM state.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I found that
vagrant suspend
doesn't perform unregistration process whilevagrant halt
andvagrant destroy
does.I am still wondering why unregistration is not taken care for
vagrant suspend
.One can argue that user perform
vagrant suspend
and dovagrant up
in short period of time.However, one can do
vagrant destroy
even in suspended VM state.The text was updated successfully, but these errors were encountered: