Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 21:13:16 +0000
From:      Roger Leigh <rleigh@codelibre.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: PCI-E SATA-III HBA for FreeBSD 10
Message-ID:  <20141116211316.GM1657@codelibre.net>
In-Reply-To: <20140822101014.GE7997@codelibre.net>
References:  <20140817171554.GB7997@codelibre.net> <CAFHbX1J5pJVtKiXb8KWFdXLZcHz2ex4F629rUeJOY8LR4Y=B9w@mail.gmail.com> <20140822101014.GE7997@codelibre.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 22, 2014 at 11:10:14AM +0100, Roger Leigh wrote:
> On Mon, Aug 18, 2014 at 12:35:35PM +0000, Tom Evans wrote:
> > Cards supported by mps(4), eg LSI SAS2008 based cards, are very well
> > supported and very fast. Flash to "IT mode" for use with ZFS.
> 
> Many thanks for the suggestion, I'll look into one of these.

I have followed this suggestion and bought an LSI SAS 9211-4i (SAS2004)
board and flashed it with the "IT" firmware after installation into my
HP N40L microserver.  It's being detected at boot and also finding the
attached SSDs, but I'm getting a lot of strange errors.  Could anyone
suggest what might be at fault here?

The board has an SFF-8087 breakout cable attached which has 4 SATA
connectors which are plugged into a SATA backplane.  This has 3
SATA-III SSDs installed into it:
- a Crucial M550 256GB SATA-III drive
- 2x Trancend SSD370 64GB SATA-III drives

The server is now running 10.1-RELEASE.  At boot I get some SATA errors,
and when running "diskutil -t" or "dd" I get screeds of errors in the
kernel logs, and the "dd" I/O throughput is in the low 10s of Mb/s
rather than ~400+ as expected.  Booting with an Ubuntu 10.10 live USB
drive gives the expected throughput for the Transcend drives with zero
errors, while I still get some errors for the Crucial SSD.  Google
suggests that this might be due to using SATA drives rather than SAS
which don't do tagged command queuing, but not sure if this applies
here.  Are there any mpt/da or other settings which need tweaking to
work with SATA-III drives?

Not sure if this is a hardware/cable/drive/kernel driver fault, but
I've tested the SSDs in a different system where they work perfectly
(they are brand new).  Given the difference in behaviour with Ubuntu it
looks like it might be the mps/da drivers, but not entirely sure.


Thanks,
Roger


# dmesg
FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014
    root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
CPU: AMD Turion(tm) II Neo N54L Dual-Core Processor (2196.47-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x100f63  Family = 0x10  Model = 0x6  Stepping = 3
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x802009<SSE3,MON,CX16,POPCNT>
  AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x837ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT,NodeId>
  TSC: P-state invariant
[...]
mps0: <LSI SAS2004> port 0xe000-0xe0ff mem 0xfe8fc000-0xfe8fffff,0xfe880000-0xfe8bffff irq 18 at device 0.0 on pci2
mps0: Firmware: 20.00.00.00, Driver: 19.00.00.00-fbsd
mps0: IOCCapabilities:
1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,EventReplay,HostDisc>
[...]
da1 at mps0 bus 0 scbus0 target 1 lun 0
da1: <ATA TS64GSSD370 0402> Fixed Direct Access SCSI-6 device 
da1: Serial Number B492480406          
da1: 600.000MB/s transfers
da1: Command Queueing enabled
da1: 61057MB (125045424 512 byte sectors: 255H 63S/T 7783C)
da0 at mps0 bus 0 scbus0 target 0 lun 0
da0: <ATA Crucial_CT256M55 MU01> Fixed Direct Access SCSI-6 device 
da0: Serial Number         14200C21AE4B
da0: 600.000MB/s transfers
da0: Command Queueing enabled
da0: 244198MB (500118192 512 byte sectors: 255H 63S/T 31130C)
da2 at mps0 bus 0 scbus0 target 2 lun 0
da2: <ATA TS64GSSD370 0402> Fixed Direct Access SCSI-6 device 
da2: Serial Number B492480446          
da2: 600.000MB/s transfers
da2: Command Queueing enabled
da2: 61057MB (125045424 512 byte sectors: 255H 63S/T 7783C)
(da1:mps0:0:1:0): READ(6). CDB: 08 00 00 02 20 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da2:mps0:0:2:0): READ(10). CDB: 28 00 00 00 01 28 00 01 00 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)

# diskinfo -t /dev/da0
/dev/da0
	512         	# sectorsize
	256060514304	# mediasize in bytes (238G)
	500118192   	# mediasize in sectors
	4096        	# stripesize
	0           	# stripeoffset
	31130       	# Cylinders according to firmware.
	255         	# Heads according to firmware.
	63          	# Sectors according to firmware.
	        14200C21AE4B	# Disk ident.

Seek times:
	Full stroke:	  250 iter in   0.091963 sec =    0.368 msec
	Half stroke:	  250 iter in   0.084927 sec =    0.340 msec
	Quarter stroke:	  500 iter in   0.133857 sec =    0.268 msec
	Short forward:	  400 iter in   0.078823 sec =    0.197 msec
	Short backward:	  400 iter in   0.081324 sec =    0.203 msec
	Seq outer:	 2048 iter in   0.379553 sec =    0.185 msec
	Seq inner:	 2048 iter in   0.115075 sec =    0.056 msec
Transfer rates:
	outside:       102400 kbytes in   0.491958 sec =   208148 kbytes/sec
	middle:        102400 kbytes in   0.583785 sec =   175407 kbytes/sec
	inside:        102400 kbytes in   1.294205 sec =    79122 kbytes/sec

# dmesg
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 07 c1 40 00 length 32768 SMID 680 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 0c d9 f8 00 length 126976 SMID 687 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 1d d1 f8 00 length 126976 SMID 707 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 1e c9 f8 00 length 126976 SMID 709 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 2c d9 f8 00 length 126976 SMID 726 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 2c d9 f8 00 length 126976 SMID 727 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 8c d9 f8 00 length 126976 SMID 836 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 a8 f9 f8 00 length 126976 SMID 869 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 d4 d9 f8 00 length 126976 SMID 919 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 e9 f1 f8 00 length 126976 SMID 944 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 eb e1 f8 00 length 126976 SMID 947 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 00 eb e1 f8 00 length 126976 SMID 948 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 00 01 f8 00 length 126976 SMID 972 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 31 f1 f8 00 length 126976 SMID 66 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 45 d1 f8 00 length 126976 SMID 89 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 96 c9 f8 00 length 126976 SMID 181 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 a5 d1 f8 00 length 126976 SMID 199 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 01 f1 f1 f8 00 length 126976 SMID 286 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 02 70 f9 f8 00 length 126976 SMID 430 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 02 8a e9 f8 00 length 126976 SMID 460 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 02 b0 f9 f8 00 length 126976 SMID 504 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(6). CDB: 08 02 eb e1 f8 00 length 126976 SMID 571 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e6 28 20 00 00 f8 00 length 126976 SMID 666 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e6 2b 48 00 00 f8 00 length 126976 SMID 671 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e6 53 48 00 00 f8 00 length 126976 SMID 717 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e6 71 18 00 00 40 00 length 32768 SMID 751 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e6 79 18 00 00 40 00 length 32768 SMID 761 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 50 20 00 00 f8 00 length 126976 SMID 1004 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 5a 50 00 00 f8 00 length 126976 SMID 1017 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 5d 38 00 00 f8 00 length 126976 SMID 1021 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 64 40 00 00 f8 00 length 126976 SMID 67 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 66 30 00 00 f8 00 length 126976 SMID 70 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 6b 48 00 00 f8 00 length 126976 SMID 77 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 89 58 00 00 f8 00 length 126976 SMID 112 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 a0 20 00 00 f8 00 length 126976 SMID 138 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 a2 50 00 00 f8 00 length 126976 SMID 142 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 a2 50 00 00 f8 00 length 126976 SMID 143 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 af 28 00 00 f8 00 length 126976 SMID 158 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e7 c8 20 00 00 f8 00 length 126976 SMID 187 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 10 20 00 00 f8 00 length 126976 SMID 269 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 2d 38 00 00 f8 00 length 126976 SMID 303 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 31 18 00 00 40 00 length 32768 SMID 308 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 3e 30 00 00 f8 00 length 126976 SMID 324 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 83 48 00 00 f8 00 length 126976 SMID 403 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 95 38 00 00 f8 00 length 126976 SMID 424 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 ad 38 00 00 f8 00 length 126976 SMID 452 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 ae 30 00 00 f8 00 length 126976 SMID 454 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e8 dd 38 00 00 f8 00 length 126976 SMID 508 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e9 05 38 00 00 f8 00 length 126976 SMID 554 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e9 09 18 00 00 40 00 length 32768 SMID 559 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 0e e9 09 18 00 00 40 00 length 32768 SMID 560 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc 29 78 00 00 f8 00 length 126976 SMID 624 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc 31 78 00 00 f8 00 length 126976 SMID 634 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc 4a b0 00 00 f8 00 length 126976 SMID 664 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc 85 98 00 00 f8 00 length 126976 SMID 731 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc b3 a8 00 00 f8 00 length 126976 SMID 784 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cc be 90 00 00 f8 00 length 126976 SMID 797 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 22 70 00 00 40 00 length 32768 SMID 910 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 47 88 00 00 f8 00 length 126976 SMID 953 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 53 a8 00 00 f8 00 length 126976 SMID 968 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 65 98 00 00 f8 00 length 126976 SMID 989 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 7a b0 00 00 f8 00 length 126976 SMID 1014 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd 8a 70 00 00 40 00 length 32768 SMID 69 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd a3 a8 00 00 f8 00 length 126976 SMID 98 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd ab a8 00 00 f8 00 length 126976 SMID 109 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd b7 88 00 00 f8 00 length 126976 SMID 123 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cd d2 70 00 00 40 00 length 32768 SMID 154 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce 01 78 00 00 f8 00 length 126976 SMID 208 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce 16 90 00 00 f8 00 length 126976 SMID 233 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce 49 78 00 00 f8 00 length 126976 SMID 291 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce 96 90 00 00 f8 00 length 126976 SMID 379 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce 99 78 00 00 f8 00 length 126976 SMID 383 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce a0 80 00 00 f8 00 length 126976 SMID 392 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce af 88 00 00 f8 00 length 126976 SMID 410 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce af 88 00 00 f8 00 length 126976 SMID 411 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce e7 88 00 00 f8 00 length 126976 SMID 475 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce ec a0 00 00 f8 00 length 126976 SMID 482 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce ed 98 00 00 f8 00 length 126976 SMID 484 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d ce f3 a8 00 00 f8 00 length 126976 SMID 492 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cf 12 70 00 00 40 00 length 32768 SMID 527 terminated ioc 804b scsi 0 state 0 xfer 0
	(da0:mps0:0:0:0): READ(10). CDB: 28 00 1d cf 1d 98 00 00 f8 00 length 126976 SMID 541 terminated ioc 804b scsi 0 state 0 xfer 0

# diskinfo -t /dev/da1
/dev/da1
	512         	# sectorsize
	64023257088 	# mediasize in bytes (60G)
	125045424   	# mediasize in sectors
	0           	# stripesize
	0           	# stripeoffset
	7783        	# Cylinders according to firmware.
	255         	# Heads according to firmware.
	63          	# Sectors according to firmware.
	B492480406          	# Disk ident.

Seek times:
	Full stroke:	  250 iter in   0.041779 sec =    0.167 msec
	Half stroke:	  250 iter in   0.034729 sec =    0.139 msec
	Quarter stroke:	  500 iter in   0.083738 sec =    0.167 msec
	Short forward:	  400 iter in   0.066829 sec =    0.167 msec
	Short backward:	  400 iter in   0.091763 sec =    0.229 msec
	Seq outer:	 2048 iter in   0.346279 sec =    0.169 msec
	Seq inner:	 2048 iter in   0.137749 sec =    0.067 msec
Transfer rates:
	outside:       102400 kbytes in   0.318925 sec =   321079 kbytes/sec
	middle:        102400 kbytes in   0.255251 sec =   401174 kbytes/sec
	inside:        102400 kbytes in   0.259874 sec =   394037 kbytes/sec

# dmesg
(da1:mps0:0:1:0): READ(6). CDB: 08 00 95 d1 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 00 bd d1 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 00 dc d9 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 01 2c d9 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 01 49 f1 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 02 67 c1 40 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 02 97 c1 40 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 02 a4 d9 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 02 d6 c9 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)
(da1:mps0:0:1:0): READ(6). CDB: 08 03 02 e9 f8 00 
(da1:mps0:0:1:0): CAM status: SCSI Status Error
(da1:mps0:0:1:0): SCSI status: Check Condition
(da1:mps0:0:1:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da1:mps0:0:1:0): Retrying command (per sense data)

diskinfo -t /dev/da2
/dev/da2
	512         	# sectorsize
	64023257088 	# mediasize in bytes (60G)
	125045424   	# mediasize in sectors
	0           	# stripesize
	0           	# stripeoffset
	7783        	# Cylinders according to firmware.
	255         	# Heads according to firmware.
	63          	# Sectors according to firmware.
	B492480446          	# Disk ident.

Seek times:
	Full stroke:	  250 iter in   0.102417 sec =    0.410 msec
	Half stroke:	  250 iter in   0.126357 sec =    0.505 msec
	Quarter stroke:	  500 iter in   0.243542 sec =    0.487 msec
	Short forward:	  400 iter in   0.046180 sec =    0.115 msec
	Short backward:	  400 iter in   0.052594 sec =    0.131 msec
	Seq outer:	 2048 iter in   0.262600 sec =    0.128 msec
	Seq inner:	 2048 iter in   0.228124 sec =    0.111 msec
Transfer rates:
	outside:       102400 kbytes in   0.378072 sec =   270848 kbytes/sec
	middle:        102400 kbytes in   0.314390 sec =   325710 kbytes/sec
	inside:        102400 kbytes in   0.348791 sec =   293586 kbytes/sec

# dmesg
(da2:mps0:0:2:0): READ(6). CDB: 08 00 98 f9 f8 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)
(da2:mps0:0:2:0): READ(6). CDB: 08 00 bd d1 f8 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)
(da2:mps0:0:2:0): READ(6). CDB: 08 01 3f c1 40 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)
(da2:mps0:0:2:0): READ(6). CDB: 08 01 a5 d1 f8 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)
(da2:mps0:0:2:0): READ(6). CDB: 08 03 05 d1 f8 00 
(da2:mps0:0:2:0): CAM status: SCSI Status Error
(da2:mps0:0:2:0): SCSI status: Check Condition
(da2:mps0:0:2:0): SCSI sense: ABORTED COMMAND asc:47,3 (Information unit iuCRC error detected)
(da2:mps0:0:2:0): Retrying command (per sense data)


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux    http://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-    GPG Public Key      F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141116211316.GM1657>