vagrant-joyent icon indicating copy to clipboard operation
vagrant-joyent copied to clipboard

Support for `vagrant halt`

Open apetresc opened this issue 10 years ago • 0 comments

Currently only vagrant destroy is supported. But vagrant halt has a pretty clear analogue in Joyent: stopping an instance without terminating it. When vagrant up is run again, the instance is rebooted with the same storage state as when it was stopped.

This matches both Joyent and Vagrant semantics for halt, so I don't see any reason not to implement this.

apetresc avatar Apr 07 '14 17:04 apetresc