t9md / vagrant-snap

snapshoft management plugin for vagrant
MIT License
119 stars 5 forks source link

Only works with a multi-vm environment #10

Open sethgrid opened 11 years ago

sethgrid commented 11 years ago

Running: $ vagrant snap take mysnapshot A multi-vm environment is required for name specification to this command.

Shouldn't snapshot work in a single vm environment?

leapingbytes commented 11 years ago

not true. run

vagrant snap -h

and you will see that actual syntax is

vagrant snap take -n mysnapshot

With "-n" option this command works just fine without multi-vm environment

t9md commented 11 years ago

Sorry I didn't test functionality thoroughly when I release latest version. It was quick and dirty fix to catch up with new vagrant API plugin framework change. And I don't have enough time to work for vagrant-snap plugin, I won't look into bug unless it surely critical. Thanks!