On Tuesday, April 22, 2008 1:29 PM, Richard Scobie wrote: > I received a reply from LSI: > > "It seems there is some bad cable or connectivity or bad device in the > topology. The loginfo 0x31123000 says the I/O is aborted due > to a Stuck > Link. The loginfo 0x31120403 specifies the I/O is aborted due to frame > transfer errors." > > So far doing large dd reads and writes, I have been unable to > generate > any of these errors, it is only during the initial md RAID5 > sync up, so > I guess this is going to be a little tricky to pin down. > The loginfo bits are defined in a header inside the linux kernel sources. Location: /usr/src/linux/drivers/message/fusion/lsi/mpi_log_sas.h If you search for 3000, you will find PL_LOGINFO_CODE_WRONG_REL_OFF_OR_FRAME_LENGTH. There's no match for 403, so I guess this iz a new define not included in my version of the headers. Eric -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html