From owner-freebsd-scsi@FreeBSD.ORG Sat Jun 9 04:39:42 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2C106564A for ; Sat, 9 Jun 2012 04:39:42 +0000 (UTC) (envelope-from kcreyts@merit.edu) Received: from sfpop-ironport03.merit.edu (sfpop-ironport03.merit.edu [207.75.116.62]) by mx1.freebsd.org (Postfix) with ESMTP id 583328FC14 for ; Sat, 9 Jun 2012 04:39:42 +0000 (UTC) X-Merit-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.75,741,1330923600"; d="scan'208";a="294778108" Received: from merit-mailstore01.merit.edu ([10.108.1.190]) by sfpop-ironport03-ob.merit.edu with ESMTP; 09 Jun 2012 00:38:34 -0400 Date: Sat, 9 Jun 2012 00:38:34 -0400 (EDT) Message-ID: From: Kyle Creyts To: Dustin Wenz , freebsd-scsi@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 X-Mailer: Zimbra 7.2.0_GA_2669 (MobileSync - Android/0.3) Cc: Subject: Re: Marginal disks prevent boot with mps(4) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 04:39:42 -0000 Pop the offending disk out, then back in after boot. Consider replacing. Dustin Wenz wrote: I just installed a build of 9.0-STABLE in order to test the changes since release. I was hoping that some of the error-handling in mps would alter the behavior I've seen with some SATA disks (particularly, Seagate ST3000DM001 disks) connected through an LSI SAS 9201-16e HBA. It is apparently possible for these disks to get in a state where their presence prevents the machine from booting. This problem has existed for some time, according to some archive-searching I've done, but there isn't much consensus on how to fix it. The disks are good enough that they can be probed at startup, but some part of initialization cannot complete. This is the message I see repeated forever upon boot (the probe number does change slightly): (probe14:mps0:0:14:0): INQUIRY. CDB: 12 0 0 0 24 0 length 36 SMID 215 terminated ioc 804b scsi 0 state c xfer 0 There is a comment in mps_sas.c which suggests that this error is usually transient, but that seems not to be the case here. Can anyone suggest a modification that might permit booting in this state? - .Dustin _______________________________________________ freebsd-scsi@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-scsi To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"