A filesystem "change journal" and other topics
A filesystem "change journal" and other topics
Posted Jun 20, 2018 14:27 UTC (Wed) by bfields (subscriber, #19510)In reply to: A filesystem "change journal" and other topics by nix
Parent article: A filesystem "change journal" and other topics
If you've observed this, please file a bug report against the NFS server.
Sure, a write that's still in the client's cache won't result in a notification on the server until it's flushed back to the server, but that will happen eventually (barring overwrites, a client crash before sync, etc.--but I think a backup application will be OK with those exceptions).
But any change that reaches the exported filesystem should definitely result in a notification.
Client-side notifications are much harder as they'd need some (very chatty) protocol to learn about changes made by anyone other than themselves.
