
Mac に vagrant+devstack を入れてみる - その2 #openstack #devstack #vagrant
続き 無事ダウンロードは終了し、VMも起動したが、NFSでマウントできないってエラーが 発生。 [vagrant] Downloading box: http://dl.dropbox.com/u/1537815/precise64.box [vagrant] Extracting box... [vagrant] Verifying box... [vagrant] Cleaning up downloaded box... [default] Importing base box 'precise'... [default] The guest additions on this VM do not match the install version of VirtualBox! This may cause things such as forwarded ports, shared folders, and more to not work properly. If any of those things fail on this machine, please update the guest additions and repackage the box. Guest Additions Version: 4.1.18 VirtualBox Version: 4.1.23 [default] Matching MAC address for NAT networking... [default] Mounting shared folders... [default] -- v-root: /vagrant [default] -- v-ssh: /home/vagrant/.host-ssh [default] -- v-csc-1: /tmp/vagrant-chef-1/chef-solo-1/cookbooks [default] Mounting NFS shared folders... Mounting NFS shared folders failed. This is most often caused by the NFS client software not being installed on the guest machine. Please verify that the NFS client software is properly installed, and consult any resources specific to the linux distro you're using for more information on how to do this. でも、vagrant sshでGuest OSには接続できた! ...