-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
be more resilient to loss of backing device #41
Comments
currently catfs cannot work offline as it always reach out to the backing store for metadata |
I also think this is an important feature for a caching filesystem. @kahing |
If you just want to retry and sleep in a loop like NFS this is easy to do. |
@gaul |
Writing a disconnected filesystem is a lot of work! I recommend starting with a retry and sleep loop. |
Offline-Filesystem exists but looks like it has bit-rotted. |
pcachefs does this brilliantly, FWIW |
Consider this scenario:
Under circumstances where the backing device is lost (network interruption, network change, roaming profile etc), the data should still be served transparently from the cache
The text was updated successfully, but these errors were encountered: