From owner-freebsd-stable@freebsd.org Mon Mar 7 19:09:33 2016 Return-Path: Delivered-To: freebsd-stable@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 42187AC3F1E for ; Mon, 7 Mar 2016 19:09:33 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "khavrinen.csail.mit.edu", Issuer "Client CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 098B31E7D for ; Mon, 7 Mar 2016 19:09:32 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.9/8.14.9) with ESMTP id u27J9Vkr071359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Mon, 7 Mar 2016 14:09:31 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.9/8.14.9/Submit) id u27J9Uqw071358; Mon, 7 Mar 2016 14:09:30 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22237.53738.967189.432979@khavrinen.csail.mit.edu> Date: Mon, 7 Mar 2016 14:09:30 -0500 From: Garrett Wollman To: freebsd-stable@freebsd.org Subject: Hangs with mrsas? X-Mailer: VM 8.2.0b under 24.5.1 (amd64-portbld-freebsd9.3) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (khavrinen.csail.mit.edu [127.0.0.1]); Mon, 07 Mar 2016 14:09:31 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 19:09:33 -0000 I have a new Dell server with a typical Dell hardware RAID. pciconf identifies it as "MegaRAID SAS-3 3008 [Fury]"; mfiutil reports: mfi0 Adapter: Product Name: PERC H330 Adapter Serial Number: 5AT00PI Firmware: 25.3.0.0016 RAID Levels: Battery Backup: not present NVRAM: 32K Onboard Memory: 0M Minimum Stripe: 64K Maximum Stripe: 64K Since I'm running ZFS I have the RAID functions disabled and the drives are presented as "system physical drives" ("mfisyspd[0-3]" when using mfi(4)). I wanted to use mrsas(4) instead, so that I could have direct access to the drives' SMART functions, and this seemed to work after I set the hw.mfi.mrsas_enable tunable, with one major exception: all drive access would hang after about 12 hours and the machine would require a hard reset to come back up. Has anyone seen this before? The driver in head doesn't appear to be any newer. -GAWollman