You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
skliarie@gmail.com
on 26 Sep 2013 at 8:54The text was updated successfully, but these errors were encountered: