小编ari*_*ibo的帖子

Vagrant + Chef:配置错误"虚拟机上缺少Chef所需的共享文件夹".

我使用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.
Run Code Online (Sandbox Code Playgroud)

我到处搜索,唯一的解决办法就是这样做vagrant reload --provision,这可以达到Vagrant 1.3.1.

django virtualbox chef-infra vagrant

42
推荐指数
2
解决办法
6031
查看次数

标签 统计

chef-infra ×1

django ×1

vagrant ×1

virtualbox ×1