ZFS is in a degraded state

Status
Not open for further replies.

David Simpson

Dabbler
Joined
Nov 24, 2015
Messages
26
Early this morning I received this error notification in my email:

"The volume Drive (ZFS) state is DEGRADED: One or more devices has been removed by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state."

After logging into my Freenas under the storage and a few places and I can't find anything wrong. Does the Freenas automatically fix this? Do I need to scrub or do anything to be safe?
 

David Simpson

Dabbler
Joined
Nov 24, 2015
Messages
26
Screen Shot 2016-06-29 at 7.14.02 PM.png
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Please post the results from: zpool status -v in code tags
 

David Simpson

Dabbler
Joined
Nov 24, 2015
Messages
26
@gpsguy here it is, I don't see anything that indicates what that email references. Also, am I scrubbing enough?

Code:
[root@freenas ~]# zpool status -v                                                                                                  
  pool: Drive                                                                                                                      
state: ONLINE                                                                                                                     
  scan: resilvered 12K in 0h0m with 0 errors on Wed Jun 29 00:17:08 2016                                                           
config:                                                                                                                            
                                                                                                                                   
        NAME                                            STATE     READ WRITE CKSUM                                                 
        Drive                                           ONLINE       0     0     0                                                 
          raidz1-0                                      ONLINE       0     0     0                                                 
            gptid/abb78c4a-88b8-11e5-beea-d05099c043da  ONLINE       0     0     0                                                 
            gptid/ac7c0f67-88b8-11e5-beea-d05099c043da  ONLINE       0     0     0                                                 
            gptid/ad42f84f-88b8-11e5-beea-d05099c043da  ONLINE       0     0     0                                                 
            gptid/ae110dae-88b8-11e5-beea-d05099c043da  ONLINE       0     0     0                                                 
                                                                                                                                   
errors: No known data errors                                                                                                       
                                                                                                                                   
  pool: freenas-boot                                                                                                               
state: ONLINE                                                                                                                     
  scan: scrub repaired 0 in 0h0m with 0 errors on Wed Jun  1 03:45:14 2016                                                         
config:                                                                                                                            
                                                                                                                                   
        NAME                                          STATE     READ WRITE CKSUM                                                   
        freenas-boot                                  ONLINE       0     0     0                                                   
          gptid/1cfd5fa6-7e58-11e5-9f7c-d05099c043da  ONLINE       0     0     0                                                   
                                                                                                                                   
errors: No known data errors                                                                                                       
[root@freenas ~]#                        
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Did you reboot after getting the message?
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Smart test data, hardware and freenas version like the forum rules say to provide with every thread.
 

maglin

Patron
Joined
Jun 20, 2015
Messages
299
your scrubs are resilvering but the scrub doesn't show any run time which leads me to believe the scrub is getting stopped. Usually not running enough RAM will do this. Also the boot drive is showing scrubbed in 0h0m. Something is a miss here.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Also the boot drive is showing scrubbed in 0h0m. Something is a miss here.
Code:
  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0h0m with 0 errors on Tue Jun 28 03:45:07 2016
config:

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

errors: No known data errors

Hardly unusual with a decent boot device. ;)
 

maglin

Patron
Joined
Jun 20, 2015
Messages
299
Hardly unusual with a decent boot device. ;)
I've never looked at boot scrub times. It too scrubs in 0H0M. But the Drive pool still finished it's scrub in 0h0m which is saying something is amiss.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I've never looked at boot scrub times. It too scrubs in 0H0M. But the Drive pool still finished it's scrub in 0h0m which is saying something is amiss.
I'm thinking reboot. Voluntary or otherwise. It explains why the counts are all zero.
 

David Simpson

Dabbler
Joined
Nov 24, 2015
Messages
26
I have a Freenas Mini with FN 9.1 Stable, and hadn't restarted it until last night. So should I presume everything is ok? SMART says everything is healthy, I will post a screenshot of that later
 

philhu

Patron
Joined
May 17, 2016
Messages
258
go into a shell, type: uptime

That will tell you if it rebooted
 

philhu

Patron
Joined
May 17, 2016
Messages
258
If it rebooted, it could be a transient error, and it 'fixed' itself

Look in dmesg also, see if it shows wierd stuff at the bottom of the file
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Status
Not open for further replies.
Top