We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a shared folder in a Vagrant VirtualBox VM, while file creation and change events work as expected, file removal events are not forwarded.
Setup: Host: Ubuntu 21.10 Guest: Ubuntu 21.10 VirtualBox 6.1.26 VirtualBox Guest Additions 6.1.26 Vagrant 2.2.19
Output during vagrant up:
vagrant up
==> default: Starting notify-forwarder ... default: Notify-forwarder: guest listening for file change notifications on 0.0.0.0:29324. default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324 default: Notify-forwarder: host forwarding notifications on /home/a to /home/vagrant/a default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324 default: Notify-forwarder: host forwarding notifications on /home/b to /home/vagrant/b default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324 default: Notify-forwarder: host forwarding notifications on /home/c to /opt/c default: Notify-forwarder: host sending file change notifications to 127.0.0.1:29324 default: Notify-forwarder: host forwarding notifications on /home/d to /vagrant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a shared folder in a Vagrant VirtualBox VM, while file creation and change events work as expected, file removal events are not forwarded.
Setup:
Host: Ubuntu 21.10
Guest: Ubuntu 21.10
VirtualBox 6.1.26
VirtualBox Guest Additions 6.1.26
Vagrant 2.2.19
Output during
vagrant up
:The text was updated successfully, but these errors were encountered: