Skip to content
New issue

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

rsync-auto does not watch symlinked directories, even with polling #7267

Closed
tnguyen14 opened this issue Apr 27, 2016 · 3 comments
Closed

rsync-auto does not watch symlinked directories, even with polling #7267

tnguyen14 opened this issue Apr 27, 2016 · 3 comments

Comments

@tnguyen14
Copy link

In my vagrant setup, I have a synced folder using rsync as such

.
|-- Vagrantfile
|-- shared
    |-- linktofolder -> /Users/tnguyen/myproject
config.vm.synced_folder "shared", "/home/vagrant/shared", type: "rsync"

I have vagrant rsync-auto running. When I make changes in myproject, the changes are not picked up. I have also tried vagrant rsync-auto --poll, but the behavior is still the same.

Is this the expected behavior, or is this a bug? If the former, is there a way to watch for changes through the symlinked folder?

Vagrant version

1.8.1

Host operating system

OS X

Guest operating system

CentOS 6.7

@tnguyen14
Copy link
Author

It seems like polling should have worked, from what I can read in guard/listen#25, and I am under the impression that vagrant uses listen?

@chrisroberts
Copy link
Member

Closing as this is an issue with the upstream library. Cheers!

@ghost
Copy link

ghost commented Mar 28, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants