From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 2 15:49:35 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFEF495; Mon, 2 Jun 2014 15:49:35 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.feld.me", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E6932495; Mon, 2 Jun 2014 15:49:34 +0000 (UTC) Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id f94517e4; Mon, 2 Jun 2014 10:49:33 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feld.me; h=mime-version :content-type:date:from:to:cc:subject:in-reply-to:references :message-id:sender; s=blargle2; bh=U1+qVQibQ1ewYluFG2hYO5ZYx1k=; b= FJtCok4A5uyeFvUKyy9L/koWIMYHsVSk3Pzg8QE4FVOLlRfpgaMn3pandKKd5i62 ejAqH/ZZoIkJxn7g986mwpVj8L29eXleQvX4BtJBvYoWlhlp4WaGhQ/gSt4zM9j6 Q/ooaE97v09xVarQqJbElQJEfQ3lB6s5WPPa/pKfvPNKpFFWWYWuTq8QmczhXpno xLGpUnybi+0F8roASaKEfsnXTr6eqptgpXOtcLjqgWekfsGndkYeFnMvOkSrNhq6 A0cONPkCiBdasJhTaQ833ZjfKd78n3qh/Y98sVQIyaA5xCbQ9fRjF7bwQkG5xqiM KMwiKndP6+w34V1OgbS+7Q== DomainKey-Signature: a=rsa-sha1; c=nofws; d=feld.me; h=mime-version :content-type:date:from:to:cc:subject:in-reply-to:references :message-id:sender; q=dns; s=blargle2; b=now8t03R7BtRZ8qdnrHUOTq oCSGCfoih73+U03Lt5/3qnjxJxGx/r3ChKjfzigfbDoKt2CKtGXObwN3CC8XgAsf 61s6Z1mmHcC62xJWQiaWbYcC0kIsLJREqxkHJTrxyy+fTLOGSLVvkjEiqf14tFRK +lxx/bPBFlHEXb6B0s+iGsTR3YGmxjNsJF3aBjjnpOgW/CkKhgoGuhm4JZTqGyaq yUhfYTg9jm4XsQFHeZu7My75RhFZWZo+Wy2ETKkAvTcf70dmfQSlBUZAoSTCWc1r e6AlMkz2wRcZPKbWB2FUZG9WpRfrB2lSWep1UVNVtM3BNPO+ZBAFbjLL0bwgMFw= = Received: from mail.feld.me (mail.feld.me [66.170.3.6]); by mail.feld.me (OpenSMTPD) with ESMTP id b03b15d9; Mon, 2 Jun 2014 10:49:33 -0500 (CDT) Received: from feld@feld.me by mail.feld.me (Archiveopteryx 3.2.0) with esmtpa id 1401724172-322-320/5/20; Mon, 2 Jun 2014 15:49:32 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Date: Mon, 2 Jun 2014 10:49:32 -0500 From: Mark Felder To: Nathan Whitehorn Subject: Re: fdisk(8) vs gpart(8), and gnop In-Reply-To: <538C9207.9040806@freebsd.org> References: <20140601004242.GA97224@bewilderbeast.blackhelicopters.org> <3D6974D83AE9495E890D9F3CA654FA94@multiplay.co.uk> <538B4CEF.2030801@freebsd.org> <1DB2D63312CE439A96B23EAADFA9436E@multiplay.co.uk> <538B4FD7.4090000@freebsd.org> <538C9207.9040806@freebsd.org> Message-Id: X-Sender: feld@FreeBSD.org User-Agent: Roundcube Webmail/1.0.1 Sender: feld@feld.me Cc: freebsd-fs@freebsd.org, FreeBSD Hackers , Matthew Ahrens , owner-freebsd-fs@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 15:49:35 -0000 On 2014-06-02 10:02, Nathan Whitehorn wrote: > > My bigger concern is this pool upgrade one -- what if someone puts in > a 4K disk in the future? This is a concern of mine, and I sort of wish we did 4k by default and forced people to override if they want 512b or something else.