From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 21:45:42 2005 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 0A32416A4D3 for ; Wed, 16 Mar 2005 21:45:42 +0000 (GMT) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E2D43D2F for ; Wed, 16 Mar 2005 21:45:41 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id EE42D34D453; Wed, 16 Mar 2005 13:45:40 -0800 (PST) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id 9712234D437; Wed, 16 Mar 2005 13:45:40 -0800 (PST) Message-ID: <4238A904.6040801@cloudview.com> Date: Wed, 16 Mar 2005 13:45:40 -0800 From: John Pettitt Organization: CloudView Photographic User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Pavlica References: <42376647.4030008@netfence.it> In-Reply-To: X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime X-AV-Checked: by skipjack Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3+ Vinum or Gvinum 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: Wed, 16 Mar 2005 21:45:42 -0000 Nick Pavlica wrote: >Andrea, > I have started testing with gstripe and have had good results to >this point. I'm still a little unclear about how to make my stripe >persistent after a reboot? My server consists of three drives. A >40GB drive that has the operating system and two 200Gb drives that I'm >using for the raid 0 volume. I was also curious about a couple of >other things. > > If you made the stripe using something like gstripe label -v -s somenumber data /dev/mumble1 /dev/mumble2 then it will be persistent subject to gstripe being loaded in the kernel - use gstripe load or build a kernel with "options GEOM_STRIPE " You see something like GEOM_STRIPE: Device data2 created (id=889964967). GEOM_STRIPE: Disk da0 attached to data2. GEOM_LABEL: Label for provider da1 is ufs/data. GEOM_STRIPE: Disk da2 attached to data2. GEOM_STRIPE: Device data2 activated. In the boot messages (device names will vary - I'm using two 300GB USB drives) >- There is a .snap directory on the volume. Is this used by gstripe? > > Nope that's a ufs2 thing >- I used newfs -O 2 to create a UFS2 file system on the volume. Is >this treated like any other UFS2 volume that can utilize fsck, etc? > > Yes - although you might want to specify a block size as the defaults tend to assume lots of small files which is not always the case for very large stripe sets. >- How resiliant is this volume if the system were to crash? > > The same as any other volume except that you have twice the chance of a hard drive failure which would be fatal to the volume. >--Thanks! >Nick > > > >On Tue, 15 Mar 2005 23:48:39 +0100, Andrea Venturoli wrote: > > >>Nick Pavlica wrote: >> >> >>>All, >>> I would like to set up a raid 0 volume on my 5.3 server using two >>>identical SATA drives. After reading through a number of documents >>>I noticed that there are two related utilities to do this, Vinum and >>>Gvinum. Which utility should be used? It's my understanding that >>>Gvinum is the most current and should be used on 5.3+? Does the >>>hadbook refer to Vinum, Gvinum or both? >>> >>> >>I'd reccomend you none of them; look here for detailed reasons: >>http://people.freebsd.org/~rse/mirror/. >>In brief, I've experienced severe panics with vinum after an upgrade >>from 5.2.1 to 5.3 and gvinum is marked as alpha software and poorly >>documented. >>I'm quite happy with gmirror now, which the tutorial above describes. >>You would use gstripe instead. >> >> bye >> av. >> >> >> >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >