vagrant/plugins
Andy Fowler 49340da68e Fix #10961 NFS sharing in macOS 10.15 host
On OS X 10.15, / is read-only and paths inside of /Users (and elsewhere)
are mounted via a "firmlink" (which is a new invention in APFS). These
must be resolved to their full path to be shareable via NFS.

/Users/johnsmith/mycode  =>  /System/Volumes/Data/Users/johnsmith/mycode

We check to see if a path is mounted here with `df`, and prepend it.

Firmlinks are only createable by the OS and this wasn't supposed to be
visible to applications anyway:
https://developer.apple.com/videos/play/wwdc2019/710/?time=481
2019-10-06 00:40:54 -04:00
..
commands Fixes #11027: Ensure VM id is passed to list snapshots 2019-10-01 13:33:39 -07:00
communicators Remove require of net/sftp library 2019-03-20 13:02:08 -07:00
guests retry the wait for a windows reboot on connect timeout errors 2019-09-28 12:20:10 +01:00
hosts Fix #10961 NFS sharing in macOS 10.15 host 2019-10-06 00:40:54 -04:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Simplify line and path checks for exception handling in config loading 2019-09-10 13:27:23 -07:00
providers Merge pull request #10978 from mrshanahan/fix-issue-10973 2019-10-01 11:12:41 -07:00
provisioners Fixes #10950: Ensure pip_install_cmd is finalized 2019-10-02 10:33:31 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #10966: Ensure all subdirectory files are watched 2019-09-26 08:29:37 -07:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.