-
-
Notifications
You must be signed in to change notification settings - Fork 966
Closed
Labels
Description
Before reporting an issue, please ensure you are using the latest release of fsnotify.
Which operating system (GOOS) and version are you using?
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.3.1611 (Core)
Release: 7.3.1611
Codename: Core
Please describe the issue that occurred.
We have 2 NFS clients, saying that A and B, and A and B have a share mount point /opt/files. We deploy our app which integrates fsnotify on A, another app writes data to /opt/files on B. We were surprised to find that the app could not catch the events when files were written on B.
Are you able to reproduce the issue? Please provide steps to reproduce and a code sample if possible.
- deploy one NFS server and two NFS clients.
- add some share path on one of NFS clients, and write data to the share path on the other NFS client.
Reactions are currently unavailable