From owner-freebsd-current@freebsd.org Tue Jun 9 06:51:15 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8AA734B72A for ; Tue, 9 Jun 2020 06:51:15 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49h14352Czz3YsT for ; Tue, 9 Jun 2020 06:51:15 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id ACA2834B80E; Tue, 9 Jun 2020 06:51:15 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC6B534B880 for ; Tue, 9 Jun 2020 06:51:15 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49h1433PSbz3Yql; Tue, 9 Jun 2020 06:51:15 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id C0D00239BC; Tue, 9 Jun 2020 06:51:14 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Mon, 8 Jun 2020 23:51:13 -0700 (PDT) From: Don Lewis Subject: Re: MRSAS Panic during Install. To: Andriy Gapon cc: Santiago Martinez , FreeBSD Current , "Kashyap D. Desai" , "Kenneth D. Merry" In-Reply-To: <3b0d4cec-69bd-0516-77e8-574678b6bd36@FreeBSD.org> Message-ID: References: <99447152-0340-11dd-fb75-a745d2ee5a6a@codenetworks.net> <0fa770fc-4fbc-cd1f-e8cc-30c74b37b71b@codenetworks.net> <3b0d4cec-69bd-0516-77e8-574678b6bd36@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 06:51:15 -0000 On 9 Jun, Andriy Gapon wrote: > On 09/06/2020 03:42, Santiago Martinez wrote: >> Hi Everyone, today I tested with 12.1 and it works without any issues (at least >> for now). >> >> I will sync against current and see if it fails. >> >> Santiago >> >> On 2020-06-08 17:41, Santiago Martinez wrote: >>> Hi there, tried again and now i got it with UFS also.. that make sense.. right... >>> >>> >>> On 2020-06-08 15:20, Santiago Martinez wrote: >>>> Hi Everyone, >>>> >>>> I'm installing FreeBSD current(361567) snapshot on a Lenovo SR655 server. >>>> After selecting ZFS, and the installer tries to make the partitions, etc I >>>> get the following panic. >>>> >>>> I tried selecting UFS and its works. >>>> >>>> I uploaded a screenshot as I only have KVM access to it: >>>> >>>> https://0bin.net/paste/4yn33GkSKiYto6m4#h78yCE6h80-3DsApbXa1XLW9+bhoKhOr3MVS+NRgA5A >>>> >>>> >>>> The server is a ThinkSystem SR655, with the following controller, RAID 930-8i >>>> 2GB Flash PCIe 12Gb Adapter > > Lousy OCR of the picture: > ... > nic: nutex mrsas_sin_lock not ouned at /usr/src/sys/kern/kern_nutex.c:284 > ... > b_trace_self_urapper () at db_trace_self_urapper+8x2b/frane BxfffffeB33c44a918 > anic() at vpanic+Bx182/frane BxfffffeA33c44ad68 > nic() at panic+Bx43/frame BxfffffeB33c44adcd > _mtx_assert() at __mtx_assert+@xb@/frane Bxfffffed33c44a9dd > callout_stop_safe() at _callout_stop_safe+Bx82/frane Bxfffffe33c44aac > rsas_conplete_cnd() at mrsas_complete_cnd+8x1b8/frane BxfffffeB33c4daaed > ithread_loop() at ithread_loop+@x279/frame BxfffffeB33c44ah78 > > This looks like a fallout from r342064. > cm_callout is initialized like this: > callout_init_mtx(&cmd->cm_callout, &sc->sim_lock, 0); > but in mrsas_complete_cmd() it's stopped without holding the lock. >