Support for "Snapshot" feature (Vagrant 1.8+)#228
Support for "Snapshot" feature (Vagrant 1.8+)#228legal90 merged 3 commits intoParallels:vagrant-1.8from
Conversation
|
LGTM |
|
👍 |
Support for "Snapshot" feature (Vagrant 1.8+)
Completes "Snapshot" feature support added by Parallels#228
|
Vagrant 1.9.7 :#vagrant snapshot save mysnapshot This may be intentional or this may be a bug. If this provider Some one help me to resolve this issue. |
|
@balusai1 What version of |
|
Here is my vagrant plugin list. if there any need of changes please advice and guide me. I added vagrant-parallels still I'm getting the same issue. Thank you |
|
OK, Seems like you've missed something. If you don't have If you want to use Vagrant with Parallels Desktop, then please refer to README.md for requirements & installation instructions. |
In Vagrant 1.8 there will be new feature added: hashicorp/vagrant#6374
In few words, it allows to manage VM snapshots with command
vagrant snapshotBTW, it was implemented two years ago by "sahara" plugin ;-)
So, we should definitely support this feature. And thankfully to GH-224, it was not so hard to implement.
@Gray-Wind @Kasen @racktear