You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A vagrant destroy when the server is running will call server.terminate, which destroys attached volumes.
A vagrant destroy when the server is halted will call server.destroy, which does not destroy attached volumes.
The text was updated successfully, but these errors were encountered:
angristan
changed the title
"vagrant destroy" does not delete local storage volume
"vagrant destroy" after a "halt" does not delete local storage volume
Oct 4, 2020
angristan
added a commit
to scaleway/vagrant-scaleway
that referenced
this issue
Oct 4, 2020
Fixeskaorimatz#15.
A `vagrant destroy` when the server is running will call `server.terminate`, which destroys attached volumes.
A `vagrant destroy` when the server is halted will call `server.destroy`, which does not destroy attached volumes.
This commit addresses the second case and delete each volume seperately.
A
vagrant destroy
when the server is running will callserver.terminate
, which destroys attached volumes.A
vagrant destroy
when the server is halted will callserver.destroy
, which does not destroy attached volumes.The text was updated successfully, but these errors were encountered: