Assorted issues

Status
Not open for further replies.

Jcwang59

Cadet
Joined
Aug 10, 2015
Messages
5
Hi,
I just do a fresh new install of 9.10.2-U3. And I find
1. There is no vesa. There is no any output of
# dmesg -a |grep -i vesa or
# kldload vesa
2. I have a pool with 3x RAID-Z, When there is a disk fail in a RAID-Z, the hotspare disk wont take over and do resilver.

Is anyone have the same situation?
Code:
[root@trzenas] ~# zpool status -v vol
  pool: vol
 state: DEGRADED
status: One or more devices has been removed by the administrator.
		Sufficient replicas exist for the pool to continue functioning in a
		degraded state.
action: Online the device using 'zpool online' or replace the device with
		'zpool replace'.
  scan: none requested
config:

		NAME											STATE	 READ WRITE CKSUM
		vol											 DEGRADED	 0	 0	 0
		  raidz1-0									  ONLINE	   0	 0	 0
			gptid/fcf164a7-3aa8-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
			gptid/fd826d90-3aa8-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
			gptid/fe15a84b-3aa8-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
		  raidz1-1									  DEGRADED	 0	 0	 0
			gptid/fea7bb19-3aa8-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
			11960994160194346699						REMOVED	  0	 0	 0  was /dev/gptid/ff3cca73-3aa8-11e7-86b6-a0369f7d4048
			gptid/ffe5daef-3aa8-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
		  raidz1-2									  ONLINE	   0	 0	 0
			gptid/0079f29e-3aa9-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
			gptid/0112da94-3aa9-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
			gptid/01a6cebd-3aa9-11e7-86b6-a0369f7d4048  ONLINE	   0	 0	 0
		spares
		  gptid/023cfd2c-3aa9-11e7-86b6-a0369f7d4048	AVAIL

errors: No known data errors
[root@trzenas] ~# kldload vesa
kldload: can't load vesa: No such file or directory
[root@trzenas] ~# dmesg -a |grep -i vesa
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
1. There is no vesa. There is no any output of
What the hell are you trying to do?

2. I have a pool with 3x RAID-Z, When there is a disk fail in a RAID-Z, the hotspare disk wont take over and do resilver.
That's unusual. People generally say it works well.
 
Status
Not open for further replies.
Top