Skip to content

Support for "Snapshot" feature (Vagrant 1.8+)#228

Merged
legal90 merged 3 commits intoParallels:vagrant-1.8from
legal90:f-snapshots
Nov 9, 2015
Merged

Support for "Snapshot" feature (Vagrant 1.8+)#228
legal90 merged 3 commits intoParallels:vagrant-1.8from
legal90:f-snapshots

Conversation

@legal90
Copy link
Collaborator

@legal90 legal90 commented Nov 5, 2015

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 snapshot

BTW, 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

@legal90 legal90 added this to the vagrant-1.8.0 milestone Nov 5, 2015
@knazarov
Copy link
Contributor

knazarov commented Nov 6, 2015

LGTM

@Kasen
Copy link
Collaborator

Kasen commented Nov 9, 2015

👍

legal90 added a commit that referenced this pull request Nov 9, 2015
Support for "Snapshot" feature (Vagrant 1.8+)
@legal90 legal90 merged commit 6965952 into Parallels:vagrant-1.8 Nov 9, 2015
@legal90 legal90 deleted the f-snapshots branch November 9, 2015 12:36
legal90 added a commit to legal90/vagrant-parallels that referenced this pull request Mar 22, 2016
Completes "Snapshot" feature support added by Parallels#228
@balusai1
Copy link

balusai1 commented Jul 26, 2017

Vagrant 1.9.7

:#vagrant snapshot save mysnapshot
This provider doesn't support snapshots.

This may be intentional or this may be a bug. If this provider
should support snapshots, then please report this as a bug to the
maintainer of the provider.

Some one help me to resolve this issue.

@legal90
Copy link
Collaborator Author

legal90 commented Jul 26, 2017

@balusai1 What version of vagrant-parallels are you using? You can find it by vagrant plugin list
It should work fine since v1.6.0. And it works now for me with the latest version, v1.7.5:

$ vagrant snapshot save mysnapshot
==> default: Snapshotting the machine as 'mysnapshot'...
==> default: Snapshot saved! You can restore the snapshot at any time by
==> default: using `vagrant snapshot restore`. You can delete it using
==> default: `vagrant snapshot delete`.

@balusai1
Copy link

balusai1 commented Jul 26, 2017

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.
vagrant -v
Vagrant 1.9.7
sudo vagrant plugin list
sahara (0.0.17)
vagrant-libvirt (0.0.40)
vagrant-parallels (1.7.5)
vagrant-share (1.1.9, system)

Thank you

@legal90
Copy link
Collaborator Author

legal90 commented Jul 26, 2017

OK, Seems like you've missed something.
This repository is about vagrant-parallels, the plugin for Vagrant allowing to use Vagrant with Parallels Desktop for Mac.

If you don't have vagrant-parallels plugin installed, then most likely your Vagrant machine was created with some other provider. The default is VirtualBox, it is supported in Vagrant out-of-box.

If you want to use Vagrant with Parallels Desktop, then please refer to README.md for requirements & installation instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants