Resilvering finished but Pool is broken

Singman

Dabbler
Joined
Dec 7, 2019
Messages
23
Hi,
I changed a disk, following the official documentation, but the result is not what I could expect (have already changed many times others disks) :
1599306008000.png


Code:
root@nas[~]# zpool status
  pool: Pool_1
 state: DEGRADED
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: resilvered 947G in 0 days 10:58:09 with 3 errors on Sat Sep  5 08:07:04 2020
config:

        NAME                                              STATE     READ WRITE CKSUM
        Pool_1                                            DEGRADED     0     0     3
          raidz2-0                                        DEGRADED     0     0     6
            gptid/8c4b7cb5-abc5-11ea-b434-00012e23ba5f    ONLINE       0     0     0
            replacing-1                                   OFFLINE      0     0     0
              1432842476547189595                         OFFLINE      0     0     0  was /dev/gptid/e9c7c025-ac1e-11ea-b9d6-00012e23ba5f
              3532494091261652868                         OFFLINE      0     0     0  was /dev/gptid/bda0968e-ebb1-11ea-be20-d05099d4ca7d
              gptid/13378071-eee2-11ea-92a4-d05099d4ca7d  ONLINE       0     0     0
            gptid/9a3df997-ac7a-11ea-a37a-00012e23ba5f    ONLINE       0     0     0
            gptid/c0873ef9-accb-11ea-b5fc-00012e23ba5f    ONLINE       0     0     0

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


How can I fix that ?
 

Gen8 Runner

Contributor
Joined
Aug 5, 2015
Messages
103
More Details please.
4HDD in RaidZ2 configuration?
Encrypted Pool or not?
Do you have a Backup and is the pool in general at the moment accessible?
What do the SMART-Data say for each disk? smartctl -a /dev/ADD YOUR DEVICE NUMBER, WHICH YOU GET FROM DISK LIST (most cases da1,da2 etc.)
 

Singman

Dabbler
Joined
Dec 7, 2019
Messages
23
More Details please.
4HDD in RaidZ2 configuration?
Encrypted Pool or not?
Do you have a Backup and is the pool in general at the moment accessible?
What do the SMART-Data say for each disk? smartctl -a /dev/ADD YOUR DEVICE NUMBER, WHICH YOU GET FROM DISK LIST (most cases da1,da2 etc.)
- yes, 4x 2Tb HDD in RAIDZ2 (4 Tb capacity)
- not encrypted
- no backup (it's a media server), I can access it with no problem, just slowish
- Smartctl show absolutly no errors at all on all the disk, all of them are nearly new (less than 2 month old). I think I have a problem with a bad SATA cable on ada2, I will replace it when I have a solution for this pool's problem.
Another information :
1599344981522.png
 

Gen8 Runner

Contributor
Joined
Aug 5, 2015
Messages
103
1. Backup your data before doing ANYTHING else
2. No smart-errors is a good sign (and no SMR drive as well)
3. Yes, replace the cable and try another resilvering of the drive (maybe format it in another machine at first)

The good is, that you have one shot more, especially without encrypted pool, but anyway i would first backup the data and then start another resilvering process. Looks good so far, in worst case i would assume another HDD failure of the replaced drive.
 
Top