Nordlicht-13
Explorer
- Joined
- Apr 2, 2022
- Messages
- 69
My Truenas scale shows me that the ZFS is not healthy:
When I run zpool status -v in the shell, I get this:
How can I get rid of these errors, back to a healthy ZFS again?
When I run zpool status -v in the shell, I get this:
those errors are leftovers from corrupted files that I deleted.root@truenas[~]# zpool status -v
pool: boot-pool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
sda3 ONLINE 0 0 0
errors: No known data errors
pool: diskpool-1
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 09:45:46 with 0 errors on Wed Mar 6 21:01:28 2024
config:
NAME STATE READ WRITE CKSUM
diskpool-1 ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sdd2 ONLINE 0 0 0
sde2 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
diskpool-1/plexmedia:<0x6118c>
diskpool-1/plexmedia:<0x61097>
diskpool-1/plexmedia:<0x610a8>
diskpool-1/plexmedia:<0x610ca>
<0x20e5>:<0x809f>
root@truenas[~]#
How can I get rid of these errors, back to a healthy ZFS again?