From owner-freebsd-fs@FreeBSD.ORG Thu Feb 19 12:22:42 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03E7EB19 for ; Thu, 19 Feb 2015 12:22:42 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::4]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CFDDD71 for ; Thu, 19 Feb 2015 12:22:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1424348533; l=239; s=domk; d=fuckner.net; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date; bh=nh7jFdcAghIMHN/1hK9gmTLJ5dZcC5k8NwQl8A/wWdA=; b=H+V3oHotXN1tjrsDZyXwSsFyArEDUvit/DnmLvqfHQ5QJhwinMygI4uYLnpPr6f5Dve /wTm7x1kGNLL2V9swEPtBdoh2g7e8x0MCKvePfVE3bEc2AclTokeAAvVLUNW9CO9CtMDU G3v45wvoyL2PsIaSbPr04DaJ41HGL/euLso= X-RZG-AUTH: :IWUHfUGtd9+6EujMWHx57N4dWae4bmTL/JIGbzkGUoozgkO4q1xDEhkgOJDsXNs= X-RZG-CLASS-ID: mo00 Received: from fuckner.delnet ([85.183.0.195]) by smtp.strato.de (RZmta 37.3 AUTH) with ESMTPA id c01d09r1JCMDCTR for ; Thu, 19 Feb 2015 13:22:13 +0100 (CET) Message-ID: <54E5D574.8020406@fuckner.net> Date: Thu, 19 Feb 2015 13:22:12 +0100 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: Creating zpool on NVMe Disks takes forever References: <54E5BB12.3060707@fuckner.net> <54E5CF6E.5030906@multiplay.co.uk> In-Reply-To: <54E5CF6E.5030906@multiplay.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 12:22:42 -0000 On 02/19/2015 12:56 PM, Steven Hartland wrote: > Disable trim on init: > sysctl vfs.zfs.vdev.trim_on_init=0 this fixed it, thx! but why does it take >8h to trim 2x 400GB? Or is trimming handled differently on NVMe than on HDD/SSD?