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

release-20.1: pkg/storage: sync file in SafeWriteToFile #64498

Merged

Commits on Apr 30, 2021

  1. pkg/storage: sync file in SafeWriteToFile

    Previously, `storage.SafeWriteToFile` did not guarantee that the file it
    wrote was synced to the storage media.
    
    Release note (bug fix): Fix a bug where encryption-at-rest metadata was
    not synced and might become corrupted during a hard reset.
    jbowens committed Apr 30, 2021
    Copy the full SHA
    82702e2 View commit details
    Browse the repository at this point in the history