我使用流浪汉。我想在恢复流浪快照时修改配置行为。根据{{3}},我应该可以使用选项
--[no-]provision
当我尝试运行此选项时,我的流浪者抱怨我提供了无效的论点。当我检查版本时,它说我使用的是最新版本。
$ vagrant snapshot list
my_snapshot1
my_snapshot2
$ vagrant snapshot restore --no-provision my_snapshot2
An invalid option was specified. The help for this command
is available below.
Usage: vagrant snapshot restore [options] [vm-name] <name>
Restore a snapshot taken previously with snapshot save.
-h, --help Print this help
$ vagrant --version
Vagrant 1.8.1
我做错了什么?当我在没有该选项的情况下运行它时,它可以很好地恢复快照。试图改变论点的顺序。
答案 0 :(得分:1)
运行--no-provision
时有known issue fixed允许vagrant restore
选项
这将在下一个vagrant版本中出现,但你也可以从github构建,因为它已经合并到了core。