Skip to content
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

Consistency checks #2

Open
4 tasks
tilsche opened this issue Oct 12, 2018 · 1 comment
Open
4 tasks

Consistency checks #2

tilsche opened this issue Oct 12, 2018 · 1 comment

Comments

@tilsche
Copy link
Contributor

tilsche commented Oct 12, 2018

  • Make sure to only perform aligned writes
  • Ensure that all write sizes are checked
  • Write tests
  • Evaluate if checksums in the header make sense (length & checksum in header updated every so-and-so writes, dirty flag?)
@tilsche
Copy link
Contributor Author

tilsche commented Oct 16, 2018

This is even worse than I thought...

Paper/slides on the topic - unfortunately without NFS, but I guess it's probably worse...
https://www.usenix.org/sites/default/files/conference/protected-files/osdi14_slides_pillai.pdf
https://courses.cs.washington.edu/courses/cse551/15sp/papers/alice-osdi14.pdf

garbage during file-appends 😱
append->append (same file) reordering 😱

Tool
https://github.com/madthanu/alice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant