Problems removing failed drives (9.10)

GeoffAk

Cadet
Joined
Dec 13, 2014
Messages
2
Hi,

I'm having a bit of a crisis with my FreeNAS setup. I've been trying to replace 2 failing (failed?) drives with the "Replace" option in the GUI, but they still still show up as "Unavailable". Additionally, the pool is constantly resilvering on startup. I'm not sure what to do at this point.

How do I stop my pool from resilvering all the time?

Code:
[root@fileserver ~]# zpool status alpha                                                                                             
  pool: alpha                                                                                                                       
 state: DEGRADED                                                                                                                   
status: One or more devices is currently being resilvered.  The pool will                                                           
        continue to function, possibly in a degraded state.                                                                         
action: Wait for the resilver to complete.                                                                                         
  scan: resilver in progress since Thu Feb 13 13:36:34 2020                                                                         
        324G scanned out of 10.3T at 250M/s, 11h39m to go                                                                           
        101M resilvered, 3.07% done                                                                                                 
config:                                                                                                                             
                                                                                                                                    
        NAME                                              STATE     READ WRITE CKSUM                                               
        alpha                                             DEGRADED     0     0     2                                               
          raidz1-0                                        DEGRADED     0     0     4                                               
            replacing-0                                   DEGRADED     0     0     0                                               
              gptid/013b46b5-7e9f-11e4-b318-003048beaad9  ONLINE       0     0     0                                               
              2310533904527162890                         UNAVAIL      0     0     0  was /dev/gptid/313da4b5-432f-11ea-b8c4-003048b
eaad9                                                                                                                               
            gptid/01958c22-7e9f-11e4-b318-003048beaad9    ONLINE       0     0     0                                               
            replacing-2                                   DEGRADED     0     0     0                                               
              14041401423601331593                        UNAVAIL      0     0     0  was /dev/gptid/01e64937-7e9f-11e4-b318-003048b
eaad9                                                                                                                               
              gptid/932dfed9-452a-11ea-96aa-003048beaad9  ONLINE       0     0     0  (resilvering)                                 
            gptid/3c41bb48-f1eb-11e7-8881-003048beaad9    ONLINE       0     0     0                                               
            9349417584327416691                           UNAVAIL      0     0     0  was /dev/gptid/02a5d630-7e9f-11e4-b318-003048b
eaad9                                                                                                                               
            gptid/c75ccc88-f188-11e7-9f6b-003048beaad9    ONLINE       0     0     0                                               
                                                                                                                                    
errors: 2 data errors, use '-v' for a list   
 

Attachments

  • freenas2.PNG
    freenas2.PNG
    15.6 KB · Views: 191

Fredda

Guru
Joined
Jul 9, 2019
Messages
608
Sorry, to tell you, but it looks like you pool is lost. If I see it correctly you pool is a raidz1, which means you only have one disc redundancy.
Two failed discs can't be replaced.
 

GeoffAk

Cadet
Joined
Dec 13, 2014
Messages
2
Sorry, to tell you, but it looks like you pool is lost. If I see it correctly you pool is a raidz1, which means you only have one disc redundancy.
Two failed discs can't be replaced.

Thanks for the reply. Only one of the drives was truly failing. The second one was just throwing off SMART errors. I replaced them one at a time to give time to resilver.

Unfortunately, the drives I replaced them with were throwing off SMART errors as well, so I replaced those too (one at a time, as before). Now my pool is filled with “unavailable” disks as you can see. I feel like I missed a step in the manual.

I’m still able to access my data.
 
Top