On or more devices has experienced an unrecoverable error

andreaconfa

Dabbler
Joined
Jun 30, 2019
Messages
14
Hi all. Is 3 days that i receive via mail from mia Freenas Server this error:

Code:
Checking status of zfs pools:
NAME             SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
POOL1_DISK_3_4  3.62T  3.18T   452G        -         -     4%    87%  1.00x  ONLINE  /mnt
POOL2_RAIDZ     10.9T  1.13T  9.75T        -         -     1%    10%  1.00x  ONLINE  /mnt
freenas-boot     232G  3.72G   228G        -         -      -     1%  1.00x  ONLINE  -

  pool: POOL1_DISK_3_4
 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: http://illumos.org/msg/ZFS-8000-9P
  scan: scrub repaired 256K in 1 days 04:54:18 with 0 errors on Mon Dec 21 04:54:19 2020
config:

        NAME                                            STATE     READ WRITE CKSUM
        POOL1_DISK_3_4                                  ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/e3c65c93-5af4-11e9-8677-000c29759141  ONLINE       0     0     1
            gptid/e86d8bfb-5af4-11e9-8677-000c29759141  ONLINE       0     0     1

errors: No known data errors



Someone can help me to find what is the problem? Thanks
 

andreaconfa

Dabbler
Joined
Jun 30, 2019
Messages
14
Running zpool status -v i get:

Code:
 pool: POOL1_DISK_3_4
 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: http://illumos.org/msg/ZFS-8000-9P
  scan: scrub repaired 256K in 1 days 04:54:18 with 0 errors on Mon Dec 21 04:54:19 2020
config:

        NAME                                            STATE     READ WRITE CKSUM
        POOL1_DISK_3_4                                  ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/e3c65c93-5af4-11e9-8677-000c29759141  ONLINE       0     0     1
            gptid/e86d8bfb-5af4-11e9-8677-000c29759141  ONLINE       0     0     1

errors: No known data errors

  pool: POOL2_RAIDZ
 state: ONLINE
  scan: none requested
config:

        NAME                                            STATE     READ WRITE CKSUM
        POOL2_RAIDZ                                     ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/945cdf41-4155-11eb-9cf4-d8cb8a523dab  ONLINE       0     0     0
            gptid/95fefc4f-4155-11eb-9cf4-d8cb8a523dab  ONLINE       0     0     0
            gptid/977f0f22-4155-11eb-9cf4-d8cb8a523dab  ONLINE       0     0     0
            gptid/995519dd-4155-11eb-9cf4-d8cb8a523dab  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:00:55 with 0 errors on Mon Dec 21 03:45:55 2020
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          ada4p2    ONLINE       0     0     0

errors: No known data errors
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You need to work out which disk is generating the error (you can match the gptids to the output from glabel status)

Then run smartctl -a dev/daX on whatever disk you find are those 2 marked as having bad checksums.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,079
A handy utility that runs from the command line: https://github.com/nephri/FreeNas-DiskList

It gives you a list of all your gptid numbers and relates them back to the da / ada number and even tells you what port it is on if you have a sas backplane like I do.

I use it. Others also. Take a look at this post to see an example of the output:

 
Last edited:
Top