Updating the FAQ section for supportability with NFS & FUSE filesystems.#312
Closed
Pratik32 wants to merge 2 commits intofsnotify:masterfrom
Closed
Updating the FAQ section for supportability with NFS & FUSE filesystems.#312Pratik32 wants to merge 2 commits intofsnotify:masterfrom
Pratik32 wants to merge 2 commits intofsnotify:masterfrom
Conversation
nathany
suggested changes
Oct 7, 2019
Contributor
nathany
left a comment
There was a problem hiding this comment.
Thanks for the PR.
I think this is a little too Linux-specific. Maybe we should generalize the wording?
README.md
Outdated
| **Why notification does not work with NFS exported filesystems & filesystem in userspace (FUSE)?** | ||
|
|
||
| fsnotify requires support from kernel to work.The current NFS kernel driver does not provide network level support for file notfication. | ||
| The current linux fuse layer does not have functionality to forward notification events to underlying filesystem. |
Contributor
There was a problem hiding this comment.
What about macOS? Probably the same limitation, though may need to word differently to cover it?
I'm not sure if FUSE is supported on Windows, so it may not be relevant there?
Contributor
Author
There was a problem hiding this comment.
Yes, macOS has the same limitation w.r.t NFS. I will remove the FUSE part & make it more general.
Contributor
Author
|
Hi @nathany , Can you have a look at updated changes. |
Contributor
|
Thanks |
Contributor
|
Thanks. Merged (with minor revisions) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this pull request do?
Update the FAQ section with supportability of NFS & FUSE filesystems. This is regarding issue #306.
Where should the reviewer start?
The README.md file of the repository,.
How should this be manually tested?
Please suggest if any testing is required for this.