From owner-freebsd-geom@FreeBSD.ORG Tue Jun 27 11:41:35 2006 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 2DADA16A59D for ; Tue, 27 Jun 2006 11:41:35 +0000 (UTC) (envelope-from jhitt25@charter.net) Received: from mxsf24.cluster1.charter.net (mxsf24.cluster1.charter.net [209.225.28.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCF843D70 for ; Tue, 27 Jun 2006 11:41:17 +0000 (GMT) (envelope-from jhitt25@charter.net) Received: from mxip35a.cluster1.charter.net (mxip35a.cluster1.charter.net [209.225.28.250]) by mxsf24.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k5RBfFr7010683 for ; Tue, 27 Jun 2006 07:41:16 -0400 Received: from 71-81-201-206.dhcp.stls.mo.charter.com (HELO [192.168.4.101]) ([71.81.201.206]) by mxip35a.cluster1.charter.net with ESMTP; 27 Jun 2006 07:41:16 -0400 Message-ID: <44A1195A.20204@charter.net> Date: Tue, 27 Jun 2006 06:41:14 -0500 From: Jason Hitt User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "R. B. Riddick" References: <20060627085935.52838.qmail@web30301.mail.mud.yahoo.com> In-Reply-To: <20060627085935.52838.qmail@web30301.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: Problem with stripe across mirrors 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: Tue, 27 Jun 2006 11:41:35 -0000 R. B. Riddick wrote: > --- Jason Hitt wrote: > >> untested). The failure comes when i do this: >> gmirror label storage0 ad4s1 ad6s1 >> gmirror label storage1 ad8s1 ad10s1 >> gstripe label storage mirror/storage0 mirror/storage1 >> newfs /dev/stripe/storage >> >> Anyone familiar with this that can lend a hand? >> >> > > Maybe it is your hard disc driver, who becomes upset, when the traffic > increases? > Did you try four simultaneos dd processes to all four discs? > > -Arne > Another of my tests involved creating a 2 disk mirror and a 2 disk stripe, copying 100 gigs of data to the mirror, then copying from there to the stripe. This test was successful as well. A bit more info on the system that i realize i left out: These tests have been run on 6.1-RELEASE and 6.1-STABLE (which is what im currently running), updated as of June 25th). The hardware is an AsRock K7VT4A Pro motherboard with an Athlon XP Mobile 1900+. 512 megs of ddr ram, only add-on cards are the SIIG card i mentioned previously and an old AGP video card. Jason