On 10/22/09 4:07 PM, James C. McPherson wrote:
Adam Cheal wrote:
It seems to be timing out accessing a disk, retrying, giving up and then
doing a bus reset?
...
ugh. New bug time - bugs.opensolaris.org, please select
Solaris / kernel / driver-mpt. In addition to the error
messages and description of when you see it, please provide
output from

cfgadm -lav
prtconf -v

I'll see that it gets moved to the correct group asap.

FYI this is very similar to the behaviour I was seeing with my directly attached SATA disks on snv_118 (see the list archives for my original messages). I have not yet seen the error since I replaced my Hitachi 500 GB disks for Seagate 1.5TB disks, so it could very well have been some unfortunate LSI firmware / Hitachi drive firmware interaction.

carson:gandalf 0 $ gzcat /var/adm/messages.2.gz  | ggrep -4 mpt | tail -9
Oct 8 00:44:17 gandalf.taltos.org scsi: [ID 365881 kern.notice] /p...@0,0/pci8086,2...@1c/pci1000,3...@0 (mpt0):
Oct  8 00:44:17 gandalf.taltos.org      Log info 0x31130000 received for target 
1.
Oct 8 00:44:17 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc Oct 8 00:44:17 gandalf.taltos.org scsi: [ID 365881 kern.notice] /p...@0,0/pci8086,2...@1c/pci1000,3...@0 (mpt0):
Oct  8 00:44:17 gandalf.taltos.org      Log info 0x31130000 received for target 
1.
Oct 8 00:44:17 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc Oct 8 00:44:17 gandalf.taltos.org scsi: [ID 365881 kern.notice] /p...@0,0/pci8086,2...@1c/pci1000,3...@0 (mpt0):
Oct  8 00:44:17 gandalf.taltos.org      Log info 0x31130000 received for target 
1.
Oct 8 00:44:17 gandalf.taltos.org scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc

carson:gandalf 1 $ gzcat /var/adm/messages.2.gz | sed -ne 's,^.*\(Log info\),\1,p' | sort -u
Log info 0x31110b00 received for target 7.
Log info 0x31130000 received for target 0.
Log info 0x31130000 received for target 1.
Log info 0x31130000 received for target 2.
Log info 0x31130000 received for target 3.
Log info 0x31130000 received for target 4.
Log info 0x31130000 received for target 6.
Log info 0x31130000 received for target 7.
Log info 0x31140000 received for target 0.
Log info 0x31140000 received for target 1.
Log info 0x31140000 received for target 2.
Log info 0x31140000 received for target 3.
Log info 0x31140000 received for target 4.
Log info 0x31140000 received for target 6.
Log info 0x31140000 received for target 7.

carson:gandalf 0 $ gzcat /var/adm/messages.2.gz | sed -ne 's,^.*\(scsi_status\),\1,p' | sort -u
scsi_status=0x0, ioc_status=0x8048, scsi_state=0xc
scsi_status=0x0, ioc_status=0x804b, scsi_state=0xc

--
Carson
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to