-
Notifications
You must be signed in to change notification settings - Fork 514
Closed
Labels
Description
Vagrant 1.8 added a feature to make snapshots.
from https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md:
Snapshots: The vagrant snapshot command can be used to checkpoint and restore point-in-time snapshots.
Using latest vagrant-libvirt release (0.0.32), i get:
--- vms/jessie » vagrant snapshot list
==> jessie: This provider doesn't support snapshots.
==> jessie:
==> jessie: This may be intentional or this may be a bug. If this provider
==> jessie: should support snapshots, then please report this as a bug to the
==> jessie: maintainer of the provider.
I'm using sahara for working with snapshots, so this is not urgent, but a feature request.
Reactions are currently unavailable