Cross Flashed Dell H200 - Faulty?

Status
Not open for further replies.

mgk

Dabbler
Joined
Dec 10, 2016
Messages
15
Hi Guys

So I've been putting together a new nas system, including a cross flashed dell h210. When connecting via the SAS card, I can import my old pool, and it can see disks / smartmon tools etc happily, but I see things like the below:

Code:
  pool: mystorage
state: ONLINE
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 Tue Mar 14 22:53:08 2017
		253M scanned out of 11.5T at 3.53M/s, (scan is slow, no estimated time)
		51.5M resilvered, 0.00% done
config:

	NAME		STATE	 READ WRITE CKSUM
	mystorage   ONLINE	   0	 0	 0
	  raidz1-0  ONLINE	   0	 0	 0
		da0p1   ONLINE	   0	 0	 0  (resilvering)
		da4p1   ONLINE	   0	 0	 0  (resilvering)
		da1p1   ONLINE	   0	 0	 0
		da2p1   ONLINE	   0	 0	 0  (resilvering)
		da3p1   ONLINE	   0	 0	 0  (resilvering)


and in dmesg:

Code:
(da4:mps0:0:5:0): CAM status: CCB request completed with an error
(da4:mps0:0:5:0): Retrying command
(da4:mps0:0:5:0): READ(10). CDB: 28 00 29 d7 aa d8 00 00 08 00
(da4:mps0:0:5:0): CAM status: CCB request completed with an error
(da4:mps0:0:5:0): Retrying command
(da4:mps0:0:5:0): READ(10). CDB: 28 00 00 00 08 00 00 01 00 00
(da4:mps0:0:5:0): CAM status: SCSI Status Error
(da4:mps0:0:5:0): SCSI status: Check Condition
(da4:mps0:0:5:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da4:mps0:0:5:0): Retrying command (per sense data)
	(da4:mps0:0:5:0): READ(10). CDB: 28 00 99 9b 31 c8 00 00 08 00 length 4096 SMID 784 terminated ioc 804b scsi 0 state 0 xfer 0
	(da4:mps0:0:5:0): READ(10). CDB: 28 00 99 9a f1 78 00 00 08 00 length 4096 SMID 741 terminated ioc 804b scsi 0 state 0 xfer 0(da4:mps0:0:5:0): READ(10). CDB: 28 00 99 9b 31 c8 00 00 08 00


When I connect, via the onboard SATA, I see one faulty disk, which was expected, as its one of the reasons I built the new one:

Code:
  pool: mystorage
state: ONLINE
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 Tue Mar 14 22:58:48 2017
		27.7G scanned out of 11.5T at 224M/s, 14h56m to go
		5.49G resilvered, 0.24% done
config:

	NAME		STATE	 READ WRITE CKSUM
	mystorage   ONLINE	   0	 0	 0
	  raidz1-0  ONLINE	   0	 0	 0
		ada2p1  ONLINE	   0	 0	 0
		ada3p1  ONLINE	   0	 0	 0
		ada1p1  ONLINE	   0	 0	 0
		ada5p1  ONLINE	   0	 0	 0
		ada0p1  ONLINE	   0	 0	 0  (resilvering)

errors: No known data errors


My plan was to replace the faulty drive, prior to transferring the data to the new nas, but I'm wondering if there is a problem with the card itself? Any thoughts or advice?

Thanks

/A
 

mgk

Dabbler
Joined
Dec 10, 2016
Messages
15
May have spoken too soon.

I now see:

Code:
  pool: mystorage
state: ONLINE
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 Wed Mar 15 04:48:30 2017
		5.14T scanned out of 11.5T at 368M/s, 5h2m to go
		776G resilvered, 44.67% done
config:

	NAME		STATE	 READ WRITE CKSUM
	mystorage   ONLINE	   0	 0	 2
	  raidz1-0  ONLINE	   0	 0	 4
		ada2p1  ONLINE	   0	 0	 0  (resilvering)
		ada3p1  ONLINE	   0	 0	 0  (resilvering)
		ada1p1  ONLINE	   0	 0	 0  (resilvering)
		ada5p1  ONLINE	   2	 0	 0  (resilvering)
		ada0p1  ONLINE	   0	 0	 0  (resilvering)


I'll guess I'll let it complete and see how happy it is once i've replaced the drive with errors.

There's a more general question about testing a setup I guess, but I'll dig through the forums to see if someone else has asked. Feel free to point me to any resources on that, as i was just going to try stress linux, but don't think it does much for HDD's other than blast them with writes.

Edit: Found this for future readers: https://forums.freenas.org/index.php?threads/building-burn-in-and-testing-your-freenas-system.17750/
 
Status
Not open for further replies.
Top