Checksum errors not showing affected files in raidz2 pool #17147
Unanswered
huoxingdawang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a raidz2 pool that has been experiencing checksum errors. However, when I run
zpool status -v
, it does not list any erroneous files.I have performed multiple
zfs clear
andzfs scrub
, each time resulting in 18 CKSUM errors for every disk and "repaired 0B with 9 errors".Despite these errors, the
zpool status -v
command for my pool does not display any specific files with issues. Here are the details of my pool configuration and the error status:Sometimes I can get a "errors: No known data errors" output, but still with 18 CKSUM errors.
I am in zfs 2.3:
And when I run
zpool events
, I can find some "ereport.fs.zfs.checksum"How can I determine which file is causing the problem, or how can I fix the errors. Or should I just let these 18 errors exists ?
Beta Was this translation helpful? Give feedback.
All reactions