8fb49f10cc
Currently, interrupting 'vagrant rsync-auto' once it's waiting for filesystem events has no effect. Appears to be a deadlock related to signal handlers in Ruby 2.0 [0]. Remove call to `thread.join` in signal handler. The handler doesn't need to wait for `true` to be added to the queue; it just needs to launch the thread. [0]: https://bugs.ruby-lang.org/issues/7917 |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
synced_folders | ||
README.md |
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.