From owner-freebsd-stable@FreeBSD.ORG Tue Dec 10 17:53:31 2013 Return-Path: Delivered-To: stable@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 320FFFBD for ; Tue, 10 Dec 2013 17:53:31 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id 05109112D for ; Tue, 10 Dec 2013 17:53:30 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id F40F142F57 for ; Tue, 10 Dec 2013 12:53:23 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lcO18l8GnDCR for ; Tue, 10 Dec 2013 12:53:23 -0500 (EST) Received: from daemon.localdomain (daemon.egr.msu.edu [35.9.44.65]) by mail.egr.msu.edu (Postfix) with ESMTP id CF96742F52 for ; Tue, 10 Dec 2013 12:53:23 -0500 (EST) Received: by daemon.localdomain (Postfix, from userid 21281) id C92C14368D; Tue, 10 Dec 2013 12:53:23 -0500 (EST) Date: Tue, 10 Dec 2013 12:53:23 -0500 From: Adam McDougall To: stable@FreeBSD.org Subject: bsdinstall, zfs booting, gpt partition order suitable for volume expansion Message-ID: <20131210175323.GB1728@egr.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 10 Dec 2013 17:53:31 -0000 I was wondering if either the default gpt partition order could become p1=boot, p2=swap, p3=zpool, or if the installer could be enhanced at some point to allow the user to select the order. It seems like it would be easier to expand the size of the raw device (VM, iscsi, etc) and expand the zpool if it is the last partition. I am not in a hurry to get this solved, but if a change to the default order is worthwhile, it seems like before 10.0 would be a good time to set precedent. I'm trying to think ahead where people will be installing 10 to VMs or expandable volumes so they can take advantage of expansion with less hassle. I pinged Allen Jude on this briefly, I think he said it used to be that way but it was changed to accomodate MBR partitioning (I think, apologies for not remembering details).