kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

NFS support and thread safety #62

Open hayk-skydio opened 2 years ago

hayk-skydio commented 2 years ago

When using with goofys, can we point catfs to an NFS volume, so that the cache can be shared between multiple users on multiple machines? Are there thread safety issues with multiple concurrent writes? Requesting a note in the README regarding this.