Data recovery from RAM bit error #16517
Unanswered
nakano-sora
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Depending how and where the corruption has happened, ZFS may not have correct redundant data to recover. Or it may be opposite, when data are correct, but checksum is corrupted,and ZFS will still block the data access. That is why ECC memory is recommended -- to avoid this kind of uncertainty. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used ZFS, but many data is corrupted because of RAM bit error.
The ZFS dataset is still importable.
Only a single bit is corrupted, and I know the offset.
Can I fix it?
I read the code, but I don't know where raidz repairs from checksum.
How and where does raidz detect data error vdev to fix? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions