Skip to content

Known Issues and Workarounds

Mark Gilbert edited this page Jul 10, 2022 · 1 revision
Box OS Status
centos/7 CentOS 7 NFS Synced Folders Fail
All All Cannot Detect OS Boot
All All global-status incorrectly reports states -- Known Bug in Vagrant

NFS Synced Folders Fail

Vagrant uses NFS as default synced folder type. When it fails on your machine and box, you can:

  • Add config.vm.synced_folder ".", "/vagrant", type: "rsync" to your Vagrantfile to ensure that rsync type is used. Vagrant core will raise an error to inform you when there is not rsync find in PATH
  • Run vagrant plugin install vagrant-sshfs to enable vagrant-sshfs

NFS Synced Folders Fail

After certain Vagrant commands or outside zone influence global-status becomes stale.

Clone this wiki locally