Critical: Storage1 (ZFS) State is Degraded

Status
Not open for further replies.

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
Long story short, house flooded, FreeNAS-9.3-STABLE loaded but I gives me the death error. How do I determine which hard drive is failing? I went to storage and viewed the drives, but the only indicator is under storage 1, there are no errors for each hard drive listed. Does this mean ALL my HDDs are bad?
 

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
Long story short, house flooded, FreeNAS-9.3-STABLE loaded but I gives me the death error. How do I determine which hard drive is failing? I went to storage and viewed the drives, but the only indicator is under storage 1, there are no errors for each hard drive listed. Does this mean ALL my HDDs are bad?
I have 12 drives, but 2 are not installed as I believe one is damaged.
Degraded1.jpg
degraded2.jpg
 

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
Where do I get this information?
 
D

dlavigne

Guest
Click on the Shell icon in the GUI and type zpool status .
 

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
Click on the Shell icon in the GUI and type zpool status .
Thank you.

I think FreeNAS is mad because I don't have all 12 drives installed:


Code:
[root@freenas ~]# zpool status                                                                                                     
  pool: Storage1                                                                                                                   
state: DEGRADED                                                                                                                   
status: One or more devices could not be opened.  Sufficient replicas exist for                                                    
        the pool to continue functioning in a degraded state.                                                                      
action: Attach the missing device and online it using 'zpool online'.                                                              
   see: http://illumos.org/msg/ZFS-8000-2Q                                                                                         
  scan: scrub repaired 0 in 0h29m with 0 errors on Sun May  1 00:29:36 2016                                                        
config:                                                                                                                            
                                                                                                                                   
        NAME                                            STATE     READ WRITE CKSUM                                                 
        Storage1                                        DEGRADED     0     0     0                                                 
          raidz2-0                                      DEGRADED     0     0     0                                                 
            gptid/e6f08ef5-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/e74f7d45-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            8946098451484633702                         UNAVAIL      0     0     0  was /dev/gptid/e7b66360-6de8-11e5-89c5-00259098d
9fa                                                                                                                                
            gptid/e819ba6e-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/e8873aa7-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/e8f0a6de-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
          raidz2-1                                      DEGRADED     0     0     0                                                 
            gptid/e9667155-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            3956407750795495450                         UNAVAIL      0     0     0  was /dev/gptid/e9ccaa14-6de8-11e5-89c5-00259098d
9fa                                                                                                                                
            gptid/ea2cefdb-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/ea902aa6-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/eaf359e0-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
            gptid/eb5a72d9-6de8-11e5-89c5-00259098d9fa  ONLINE       0     0     0                                                 
                                                                                                                                   
errors: No known data errors                                                                                                       
                                                                                                                                   
  pool: freenas-boot                                                                                                               
state: ONLINE                                                                                                                     
  scan: scrub repaired 0 in 0h0m with 0 errors on Fri Apr 15 03:45:11 2016                                                         
config:                                                                                                                            
                                                                                                                                   
        NAME        STATE     READ WRITE CKSUM                                                                                     
        freenas-boot  ONLINE       0     0     0                                                                                   
          ada0p2    ONLINE       0     0     0                                                                                     
                                                                                                                                   
errors: No known data errors                                                                                                       
[root@freenas ~]#                                                                                                                  
                                                                                                                                   
                                                                                                                                   
                                                                                   
 
D

dlavigne

Guest
Looks like it is waiting for you to re-insert or replace those 2 drives...
 

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
looks like it;

Thanks for the help!!!
 

Mirfster

Doesn't know what he's talking about
Joined
Oct 2, 2015
Messages
3,215
Now is a great time to reference your records/spreadsheet of the HD Serial Numbers a which slot/cable they are connected to. Good thing is that you are running RaidZ2 so you have two drive failure redundancy.
 

BamBamm

Patron
Joined
Aug 30, 2015
Messages
207
Now is a great time to reference your records/spreadsheet of the HD Serial Numbers a which slot/cable they are connected to. Good thing is that you are running RaidZ2 so you have two drive failure redundancy.
Thank you for the advice, but I already did that when I first built my machine. :-D Thanks for looking out!
 
Status
Not open for further replies.
Top