Commit 097827c
committed
feat(Vagrantfile): add fallback to rsync
In some cases (namely when using an encrypted filesystem),
a `vagrant up` will fail due to an NFS error. In these cases,
it is necessary to fall back to rsync to share code between the
local filesystem and the VM.
This commit adds a comment to the Vagrantfile with these instructions
and the necessary config directive.
related to #9421 parent ecdff91 commit 097827c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | | - | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments