From owner-freebsd-stable@freebsd.org Tue Oct 6 16:15:41 2015 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 AC8D89D0930 for ; Tue, 6 Oct 2015 16:15:41 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 91F4B61B for ; Tue, 6 Oct 2015 16:15:41 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from marvin.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 5B17F56483; Tue, 6 Oct 2015 11:15:40 -0500 (CDT) Subject: Re: Dell NVMe issues To: Sean Kelly References: <5613F16A.8010901@vangyzen.net> <757558E4-BC93-457A-99AA-F5F434825F1B@smkelly.org> Cc: FreeBSD-STABLE Mailing List , Jim Harris From: Eric van Gyzen Message-ID: <5613F3AB.5080903@vangyzen.net> Date: Tue, 6 Oct 2015 11:15:39 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <757558E4-BC93-457A-99AA-F5F434825F1B@smkelly.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 16:15:41 -0000 On 10/06/2015 11:10, Sean Kelly wrote: > >> On Oct 6, 2015, at 11:06 AM, Eric van Gyzen > wrote: >> >> Try this: >> >> sysctl vfs.zfs.vdev.trim_on_init=0 >> zpool create tank mirror nvd[01] >> > > That worked. So my guess is the controller/FreeBSD is timing out while zpool asks the drive to TRIM all 1.6TB? That would be my guess, yes, but I'll let the experts take it from here. Eric