From owner-freebsd-scsi@freebsd.org Thu Jun 1 09:29:55 2017 Return-Path: Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87DEFBF65F0 for ; Thu, 1 Jun 2017 09:29:55 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 299D1712A7 for ; Thu, 1 Jun 2017 09:29:54 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v519TrxE077214 for ; Thu, 1 Jun 2017 11:29:53 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 18DEBE56; Thu, 1 Jun 2017 11:29:53 +0200 (CEST) Message-ID: <592FDE8C.1090609@omnilan.de> Date: Thu, 01 Jun 2017 11:29:48 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Subject: mps(4) blocks panic-reboot Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Thu, 01 Jun 2017 11:29:53 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 09:29:55 -0000 Hello, I'm not sure if scsi@ is the correct list, but since my problem seems to be mps(4) related, I thought asking here shouldn't be too wrong. There's not much to add to the topic: If my stable/11 setup panics, the system doesn't reboot (besides IPMI-watchdog takes over this task). The machine stucks with these last lines: Dumping 1669 out of 15734 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91% Dump complete mps0: Sending StopUnit: path (xpt0:mps0:0:2:ffffffff): handle 12 mps0: Incrementing SSU count mps0: Sending StopUnit: path (xpt0:mps0:0:3:ffffffff): handle 11 mps0: Incrementing SSU count mps0: Sending StopUnit: path (xpt0:mps0:0:4:ffffffff): handle 10 mps0: Incrementing SSU count mps0: Sending StopUnit: path (xpt0:mps0:0:5:ffffffff): handle 9 mps0: Incrementing SSU count mps0: Sending StopUnit: path (xpt0:mps0:0:6:ffffffff): handle 13 mps0: Incrementing SSU count Then, nothing happens. On a similar setup without mps(4), the machine reboots after the panic. Is this a known problem/feature? Thanks, -harry