From owner-freebsd-fs@FreeBSD.ORG Sun Jun 1 15:55:34 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA0BFBB3; Sun, 1 Jun 2014 15:55:34 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3F6278B; Sun, 1 Jun 2014 15:55:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 579B63806E; Sun, 1 Jun 2014 10:55:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id oHvKQqhQ-e4S; Sun, 1 Jun 2014 10:55:28 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id EDF833802B; Sun, 1 Jun 2014 10:55:27 -0500 (CDT) Message-ID: <538B4CEF.2030801@freebsd.org> Date: Sun, 01 Jun 2014 08:55:27 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-fs@freebsd.org Subject: Re: fdisk(8) vs gpart(8), and gnop References: <20140601004242.GA97224@bewilderbeast.blackhelicopters.org> <3D6974D83AE9495E890D9F3CA654FA94@multiplay.co.uk> In-Reply-To: <3D6974D83AE9495E890D9F3CA654FA94@multiplay.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 15:55:34 -0000 On 06/01/14 08:52, Steven Hartland wrote: > ----- Original Message ----- From: "Mark Felder" > >> On May 31, 2014, at 20:57, Freddie Cash wrote: >> >>> There's a sysctl where you can set the minimum ashift for zfs. Then you >>> never need to use gnop. >>> >>> I believe it's part of 10.0? >> >> I've not seen this yet. What we need is to port the ability to set >> ashift at pool creation time: >> >> $ zpool create -o ashift=12 tank mirror disk1 disk2 mirror disk3 disk4 >> >> I believe the Linux zfs port has this functionality now, but we still >> do not. > > We don't have that direct option yet but you can achieve the > same thing by setting: vfs.zfs.min_auto_ashift=12 > Does anyone have any objections to me changing this default, right now, today? -Nathan