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

immediate visibility of changes on all mounts #73

Open
GoogleCodeExporter opened this issue Apr 28, 2015 · 0 comments
Open

immediate visibility of changes on all mounts #73

GoogleCodeExporter opened this issue Apr 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Mount a filesystem from two clients
2. Create a file on the mountpoint of first client
3. Do "tail -f" of the file from the second client
4. Append some text to the file on the first client
5. Observe that tail never sees the change, unless the file is explicitly open 
from a different process. (restart of the same tail does not help either).

What is the expected output? What do you see instead?
In absense of inotify semantics, tail falls back to checking file size each 
second.

What version of the product are you using? On what operating system?
python-webdav 0.9.8-3 (as packaged by ubuntu raring - 13.04)

Please provide any additional information below.
Inotify support would be the best resolution of the bug.

Original issue reported on code.google.com by skliarie@gmail.com on 26 Sep 2013 at 8:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant