From owner-freebsd-geom@FreeBSD.ORG Fri Dec 16 02:18:58 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A056616A41F for ; Fri, 16 Dec 2005 02:18:58 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F28343D6D for ; Fri, 16 Dec 2005 02:18:56 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1900552B3E; Fri, 16 Dec 2005 03:18:55 +0100 (CET) Received: from localhost (dkb189.neoplus.adsl.tpnet.pl [83.24.5.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 12CE851B27; Fri, 16 Dec 2005 03:18:48 +0100 (CET) Date: Fri, 16 Dec 2005 03:17:59 +0100 From: Pawel Jakub Dawidek To: Lapo Nustrini Message-ID: <20051216021759.GA14087@garage.freebsd.pl> References: <8B452D98-4FD5-4755-AB7F-31D278DF33F7@seanet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <8B452D98-4FD5-4755-AB7F-31D278DF33F7@seanet.com> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: freebsd-geom@freebsd.org Subject: Re: gconcat X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 02:18:58 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 15, 2005 at 04:06:08PM -0800, Lapo Nustrini wrote: +>=20 +> Can anyone tell me whether it is possible to expand a gconcat volume (by= adding a drive to the end of it) without having to wipe the data from the = existing set and recreate=20 +> from scratch? +> I don't mind having to manually edit bsdlabels and such. Just wondering= if its possible at all. +> I've been looking for some docs on this but can't seem to find a definit= ive answer. It should just work be relabeling providers. If you did something like: # gconcat label foo da0 da1 You can expand it with: # gconcat label foo da0 da1 da2 da3 etc. Just be sure the order of old providers is the same. PS. You'd need to stop device 'foo' first. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDoiPXForvXbEpPzQRApaRAKCX2YnYCIjf7WSyNqRDxOuADuYyKgCg79nn 6/BBqBEDRXwwjAleYIdrxwI= =GZHR -----END PGP SIGNATURE----- --DocE+STaALJfprDB--