zpool status issues

Status
Not open for further replies.

KentShades

FreeNAS Certified Owner
Joined
Jan 4, 2016
Messages
61
Got a issue on one of our freeNAS boxes here.

  • CRITICAL: July 7, 2017, 8:32 a.m. - The volume Storage (ZFS) state is DEGRADED: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state.
Doing a zpool status I get the following:

Code:
[root@NAS07] ~# zpool status -x
  pool: Storage
 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 83h8m with 0 errors on Wed Jul  5 11:08:21 2017
config:

		NAME											STATE	 READ WRITE CKS
		Storage										 DEGRADED	 0	 0
		  raidz2-0									  ONLINE	   0	 0
			gptid/dc34c08d-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/dd0d139b-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/ddf13f09-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/ded67c52-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/dfaea4d4-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e0920343-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e16bd83d-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e24a4d5b-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
		  raidz2-1									  DEGRADED	 0	 0
			gptid/e30271e3-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e3bf3548-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e499b128-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e57934b8-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e654767d-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			13314010698547058984						UNAVAIL	  0	94
			gptid/e8043869-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0
			gptid/e8de61a9-3cb0-11e6-84f5-0cc47a7ca68d  ONLINE	   0	 0

errors: No known data errors



Just a bad drive here?
 

Rattlebattle79

Dabbler
Joined
Aug 1, 2016
Messages
10
Use "glabel status" to find the device name and match it with the serial number under "view disks" in the webui. The serial number is on the disks. Since you don't have the gptid for that disk in zpool status anymore, I guess you'll have to use the elimination method.
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
First thing would be to check cables and swap in a known good cable.

This is also why you should note down serial numbers and their location in the server during initial install.
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Status
Not open for further replies.
Top