-
Notifications
You must be signed in to change notification settings - Fork 1
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 |
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
After certain Vagrant commands or outside zone influence global-status becomes stale.