【发布时间】:2015-03-14 13:27:47
【问题描述】:
我使用 Chef(+library chef)安装了 Vagrant + Virtualbox。当我第一次做vagrant up 时,食谱会正确加载。但是,当我事后进行配置时(无论是 vagrant provision、vagrant reload --provision 还是 vagrant up --provision我都会收到此错误:
Shared folders that Chef requires are missing on the virtual machine.
This is usually due to configuration changing after already booting the
machine. The fix is to run a `vagrant reload` so that the proper shared
folders will be prepared and mounted on the VM.
我到处搜索,给出的唯一解决方案是 vagrant reload --provision,这适用于 Vagrant 1.3.1。
【问题讨论】:
标签: django vagrant chef-infra virtualbox