I am having an issue where changes on my host machine are not reflected immediately on the VM filesystem. This makes it especially difficult when commit code - the VM will only recognize a subset of changes.
I can force the VM to recognize the changes to files by running `touch /vagrant/path/to/file` but that's not really a good solution. Has anyone else seen this problem before?
Sometimes the lag between when the change is made on the host until it is reflected on the VM filesystem can be measured in minutes.
I originally suspected a time/ntp issue, but I have ensured that the host and the VM times are set correctly, and stay in sync.
Anyone else run across this?