From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 18:35:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A338016A545 for ; Fri, 3 Oct 2003 18:35:04 -0700 (PDT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B9A43FBF for ; Fri, 3 Oct 2003 18:35:03 -0700 (PDT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id 2313F2BD34 for ; Sat, 4 Oct 2003 11:34:59 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 561C451835; Sat, 4 Oct 2003 11:04:56 +0930 (CST) Date: Sat, 4 Oct 2003 11:04:56 +0930 From: Greg 'groggy' Lehey To: Matthew Emmett Message-ID: <20031004013456.GV45668@wantadilla.lemis.com> References: <20031002141619.Q22650@sputnik.emmett.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GH/dAUXXAlpmc9La" Content-Disposition: inline In-Reply-To: <20031002141619.Q22650@sputnik.emmett.ca> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: freebsd-questions@freebsd.org Subject: Re: growing vinum raid 1+0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 01:35:04 -0000 --GH/dAUXXAlpmc9La Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 2 October 2003 at 14:16:19 -0600, Matthew Emmett wrote: > Hello all, > > I have a question about vinum. I'd like to end up with a setup like > this: > > disk1 mirrored with disk2 = mirror1 Vinum calls this a volume. > disk3 mirrored with disk4 = mirror2 This is another volume. > mirror2 concatenated with mirror1 This doesn't work. You concatenate first, then mirror. > I understand that this is a RAID 1+0 setup. I'm pretty sure vinum > can do RAID 1+0. RAID-0 is striping. This is RAID-1. Vinum has four levels of objects: Drives, the physical hardware (more or less; they're really partitions). Subdisks, a contiguous chunk of a drive. Plexes, put together out of one or more subdisks. This is where you would concatenate. Volumes, put together out of one or more plexes. This is where you would mirror. This doesn't really make much difference to what you want to do. > Now, in the future, will I be able to add two more disks: > > disk5 mirrored with disk6 = mirror3 > > and concatenate mirror3 with the other mirrors? And then use growfs > to expand the filesystem? If you're not striping (i.e. RAID-1 only), you do this by adding subdisks to each plex. There are more details at http://www.vinumvm.org/cfbsd/vinum.pdf. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. NOTE: Due to the currently active Microsoft-based worms, I am limiting all incoming mail to 131,072 bytes. This is enough for normal mail, but not for large attachments. Please send these as URLs. --GH/dAUXXAlpmc9La Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/fiPAIubykFB6QiMRAqxsAJ4yhFnxmrgN+153s+64MEx9XUvodgCfeKbJ 1k1dF5AZa2vRbbjIeYXJwec= =RBMn -----END PGP SIGNATURE----- --GH/dAUXXAlpmc9La--