Does "zpool status tank -v" find all corrupted files?

Hello,
I am recovering from some serious raidz-2 failure by replacing 2 drives. I am currently resilvering again (takes about 2 days for each disk)
With zpool status tank -v I see some errors on files.
About 121 errors so far; mainly errors with snapshots of 2 files, so that can easily be dealt with from a backup.

But, how confident can I be that zpool status tank -v finds all corrupted files?
Thanks

Well, zpool status doesn’t find anything; it just shows what ZFS has already found–but following a resilver, it should have found anything that would be there. If you want to be sure, you can run a scrub following the last replacement.

3 Likes