rclone/cmd/serve/nfs
nielash 0e2f1d64e3 nfsmount: fix exit after external unmount #7503
Before this change, if a user unmounted externally (for example, via the Finder
UI), rclone would not be aware of this and wait forever to exit -- effectively
causing a deadlock that would require Ctrl+C to terminate.

After this change, when the handler detects an external unmount, it calls a
function which allows rclone to cleanly shutdown the VFS and exit.
2024-02-18 05:08:59 -05:00
..
filesystem.go serve nfs: fix writing files via Finder on macOS - fixes #7503 2024-02-18 05:08:59 -05:00
handler.go nfsmount: fix exit after external unmount #7503 2024-02-18 05:08:59 -05:00
nfs_unsupported.go serve nfs: new serve nfs command 2023-10-06 14:08:20 +01:00
nfs.go serve nfs: fix writing files via Finder on macOS - fixes #7503 2024-02-18 05:08:59 -05:00
server.go nfsmount: fix exit after external unmount #7503 2024-02-18 05:08:59 -05:00