Two Checksum errors on each and every drive after a resilver and replace. What to do ?

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
2 Checksum errors on all of the drives after a resilver and replace >
My SMB shares are working, but on the dashboard, Pool Status shows 'degraded', yet all drives show 'Online'

errors: Permanent errors have been detected in the following files: V4TBx8R2/.system/rrd-d968e280827d4008b5065e3ef738a9cd:<0x3eb>
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Move your system dataset to your boot pool and back again (that should deal with the corrupt file).

Then run a zpool clear on that pool
 

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
Move your system dataset to your boot pool and back again (that should deal with the corrupt file).

Then run a zpool clear on that pool
Thanks so much for taking the time to reply. I have looked, but cannot seem to find a procedural to do that move. Can you point me to one, or explain to me in more detail ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
System Settings | Advanced.

In the box labeled Storage | Configure.

Pick the boot pool instead of the pool shown.

Save, then give it a little time (optionally a reboot), then back to the same place and set it back (after doing zpool clear).
 

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
Found it. Seems it had been moved to Settings > Advanced. So all I do is toggle it to boot and then back ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
See my post above where I already mentioned what to do.
 

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
Yes, Thanks, I posted just before your reply. Can I assume that you meant System Dataset | Configure ?
 

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
pool1.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You may need to reboot to free that up then.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
Yes, I did the clear. Just repeated it. No Joy.
I have full SMB access and it appears to be working properly. Just shows the error on the dashboard. FWIW.

root@truenas[~]# zpool status
pool: V4TBx8R2
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: resilvered 17.5M in 00:00:19 with 2 errors on Mon Aug 7 13:24:54 2023
config:

NAME STATE READ WRITE CKSUM
V4TBx8R2 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
5b214bcf-62df-45ad-aa06-72c8cbb83fbb ONLINE 0 0 0
f311f8a2-9f8b-49d5-90f6-914e6e0b7e80 ONLINE 0 0 0
1e8f784f-dd1e-43bb-a2ea-8f58b84c9d1b ONLINE 0 0 0
352d3584-4fe1-46d1-9bc7-d8493487d4de ONLINE 0 0 0
ee81e127-522e-46e9-92d7-61c976425d03 ONLINE 0 0 0
c73e6a74-331f-4696-92d1-74516527f491 ONLINE 0 0 0
809f6e34-1514-43d8-afb5-81bb2062c60e ONLINE 0 0 0
e71ef200-10d7-4786-b0d3-e51887469545 ONLINE 0 0 0

errors: 1 data errors, use '-v' for a list

pool: boot-pool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:00:17 with 0 errors on Sun Aug 6 03:45:18 2023
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
sdi3 ONLINE 0 0 0

errors: No known data errors
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
errors: 1 data errors, use '-v' for a list
I would highlight this as the answer to the pool's degraded state.

zpool status -v

to find out which file is impacted and think about how to handle that.
 

10Gauge

Cadet
Joined
Mar 31, 2023
Messages
8
You have almost helped me to a solution, but how do I resolve it ?
The file seems innocuous and deletable, but I am stumped as to how to clear the error on the Truenas Dashboard.
Do I simply rm the offending file ?
 

Attachments

  • 666.png
    666.png
    13.7 KB · Views: 88
  • 667.png
    667.png
    22.3 KB · Views: 80

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You can try that, but it's part of the system dataset, so you may need to move that to another pool (boot pool if that's all you have) and then back again.
 
Top