From owner-freebsd-stable@FreeBSD.ORG Fri Jul 23 01:51:32 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C071106564A for ; Fri, 23 Jul 2010 01:51:32 +0000 (UTC) (envelope-from ptyll@nitronet.pl) Received: from mail.nitronet.pl (pop3.nitronet.pl [195.90.106.28]) by mx1.freebsd.org (Postfix) with ESMTP id 178828FC13 for ; Fri, 23 Jul 2010 01:51:31 +0000 (UTC) Received: from mailnull by mail.nitronet.pl with virscan (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Oc7QA-000Nn1-L3 for freebsd-stable@freebsd.org; Fri, 23 Jul 2010 03:51:30 +0200 Date: Fri, 23 Jul 2010 03:51:27 +0200 From: Pawel Tyll X-Priority: 3 (Normal) Message-ID: <1201761644.20100723035127@nitronet.pl> To: freebsd-stable@freebsd.org In-Reply-To: <4C48F033.60800@langille.org> References: <4C47B57F.5020309@langille.org> <4C48E695.6030602@langille.org> <718046944.20100723032259@nitronet.pl> <4C48F033.60800@langille.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Nitronet.pl X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ptyll@nitronet.pl X-SA-Exim-Scanned: No (on mail.nitronet.pl); SAEximRunCond expanded to false Cc: Dan Langille Subject: Re: Using GTP and glabel for ZFS arrays X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 01:51:32 -0000 > So... the smaller size won't mess things up... If by smaller size you mean smaller size of existing drives/partitions, then growing zpools by replacing smaller vdevs with larger ones is supported and works. What isn't supported is basically everything else: - you can't change number of raid columns (add/remove vdevs from raid) - you can't change number of parity columns (raidz1->2 or 3) - you can't change vdevs to smaller ones, even if pool's free space would permit that. Good news is these features are planned/being worked on. If you can attach more drives to your system without disconnecting existing drives, then you can grow your pool pretty much risk-free.