-
Notifications
You must be signed in to change notification settings - Fork 55
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
Make static header updates more robust #3110
Comments
Currently, I think we're tending towards extending the static header with a timestamp of "last updated". |
We should potentially put this in the same release as #3274 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #3035
Related to stratis-storage/project#50
We should handle some sort of failure recovery when the static header (previously unchangeable) changes due to the underlying device size changing like in the RAID case. In these situations, it is possible for the first header write to succeed and the second header write to fail, leaving the headers in "correct" (according to the CRC) but disagreeing states
Potential options:
The text was updated successfully, but these errors were encountered: