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

Rewrite sectors with read errors #225

Open
asomers opened this issue Aug 13, 2022 · 0 comments
Open

Rewrite sectors with read errors #225

asomers opened this issue Aug 13, 2022 · 0 comments
Projects

Comments

@asomers
Copy link
Collaborator

asomers commented Aug 13, 2022

Whenever BFFFS recovers from a faulty read, whether it's EIO or ECKSUM, it should rewrite the faulty sector(s). If the fault device is zoned, then BFFFS must rewrite the entire zone. If not, then it may rewrite just the fault sector(s). Care must be taken not to create a RAID5 write hole in that case.

@asomers asomers added this to To do in RAID repair via automation Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant