Pools in UNAVAIL Status with Errors!

shwan_kr1

Cadet
Joined
May 21, 2020
Messages
8
Hello FreeNAS Community,

I have a FreeNAS-11.3-U2.1 server that is connected (via a SAS9217-4i4e HBA) to two Dell PowerVault MD1200 disk enclosures, each of which has 12 x 1.82 TiB hard disks. I've created 4 x Pools, each with 6 HDD RAIDz vdevs.

I don't know what really happened but out of a suddent 3 pools went into UNAVAIL status! In the attached syslog file, you would see many errors starting at Jul 18 17:53.
What do you expect the reason behind this problem? I thought it was a power problem that took the Dell MD1200s down but if that was the case why was one of the pools not affected at all?!

After clearing errors with "zpool clear", two pool went back online. The other pool required a reboot to get back to online status. After the reboot, it seems everything is ok with the data but "zpool status" reports errors with one of the pools resulting in data corruption although scrubbing that pool did not fix anything. Should I worry about these errors?:

Code:
# zpool status -v
  pool: External2TB0
 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: http://illumos.org/msg/ZFS-8000-8A
  scan: scrub repaired 0 in 0 days 05:13:28 with 0 errors on Sun Jul 19 09:52:04 2020
config:

        NAME                                            STATE     READ WRITE CKSUM
        External2TB0                                    ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/54430c96-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/55cedd83-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/55fb8c00-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/5638c18e-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/5633c7a8-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/563efac1-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0

errors: Permanent errors have been detected in the following files:

        <metadata>:<0x0>
        <metadata>:<0x1>
        <metadata>:<0x1b>
        <metadata>:<0xf1>
        External2TB0/zvolExternal2TB0:<0x1>

  pool: External2TB1
 state: ONLINE
  scan: scrub repaired 0 in 0 days 05:12:37 with 0 errors on Sun Jul 19 10:05:50 2020
config:

        NAME                                            STATE     READ WRITE CKSUM
        External2TB1                                    ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/b97f4895-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/ba26206b-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/baff00ce-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/bb34eafe-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/bb913c04-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/bbf904dd-bfab-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0

errors: No known data errors

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

        NAME                                            STATE     READ WRITE CKSUM
        External2TB2                                    ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/1c1fe765-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/1fdfc9e2-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/228dcc6a-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/1fbf9a59-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/225b4872-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/22c5c19b-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0

errors: No known data errors

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

        NAME                                            STATE     READ WRITE CKSUM
        External2TB3                                    ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/7f028308-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/81a7ee47-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/8363c51a-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/83afc39b-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/836a0281-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0
            gptid/874a1f8a-bfac-11ea-bb42-ecf4bbdd18b4  ONLINE       0     0     0

errors: No known data errors


Thanks in advance for your help!
Regards,
Shwan
 

Attachments

  • logs.txt
    649.9 KB · Views: 221
Top