Had a corrupt boot cause issues a few days ago. Resulted in me almost losing the entirety of a pool (WD). I was able to eventually mount it in a read only state and pull most my data off. Formatted and put the 2 drives back in as a new pool with the same name. Now as I am moving stuff around, I get the warning in the first screenshot. This is very similar to what happened when I first had the boot drive fail (but in my zpool status, the boot pool currently has no errors this time). Can anyone tell me what i should do to figure out what is causing this instability? Or am I building a mountain out of a molehill?
truenas% sudo zpool status -v
[sudo] password for admin:
pool: CR
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using ‘zpool clear’ or replace the device with ‘zpool replace’.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
scan: scrub repaired 8K in 00:06:43 with 0 errors on Sun Dec 14 23:24:52 2025
config:
NAME STATE READ WRITE CKSUM
CR ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
7e904bf2-f8a3-4953-8c4e-e93afebe0a70 ONLINE 0 0 0
41075690-7836-4d9f-8529-54d2cd987330 ONLINE 0 0 2
errors: No known data errors
pool: WD
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using ‘zpool clear’ or replace the device with ‘zpool replace’.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
config:
NAME STATE READ WRITE CKSUM
WD ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
91a9fd05-5e24-4382-8358-08edb2665532 ONLINE 0 0 1
c0c3d4f7-260f-44f3-b371-d23a5cabd39c ONLINE 0 0 1
errors: No known data errors
pool: WD2
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub repaired 0B in 02:56:19 with 0 errors on Mon Dec 8 12:02:13 2025
config:
NAME STATE READ WRITE CKSUM
WD2 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
2d1ed786-7f02-4830-8b14-3302b6da3738 ONLINE 0 0 15
f10747ca-d7c6-482b-9ffc-7f6ddf8ae271 ONLINE 0 0 14
errors: Permanent errors have been detected in the following files:
/mnt/WD2/WD2/Data/Media/TV Shows/1
/mnt/WD2/WD2/Data/Media/TV Shows/2
/mnt/WD2/WD2/Data/Media/Movies/1
/mnt/WD2/WD2/Data/Media/Movies/2
pool: boot-pool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
nvme0n1p3 ONLINE 0 0 0
errors: No known data errors


