From owner-freebsd-geom@FreeBSD.ORG Fri Sep 29 18:40:32 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 031EB16A412 for ; Fri, 29 Sep 2006 18:40:32 +0000 (UTC) (envelope-from rexroof@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8BE43D53 for ; Fri, 29 Sep 2006 18:40:20 +0000 (GMT) (envelope-from rexroof@gmail.com) Received: by nz-out-0102.google.com with SMTP id 34so414175nzf for ; Fri, 29 Sep 2006 11:40:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OGvCIowZdxRra2y7Mnu8/IhaH7bdYAtNHygfKZK2TH/Go3txrUl2DekaRl27gcQJSu40tUDsqh9UbarpIACs25CGKPjcQH9VMGt4j+xtbxK6sMHtV0JfsnNn31unrxLz9iJ7J72E13YuNx7PcptV4MYxfB9BDd2lnllNQZ0KTGc= Received: by 10.65.193.16 with SMTP id v16mr4183769qbp; Fri, 29 Sep 2006 11:40:20 -0700 (PDT) Received: by 10.65.40.1 with HTTP; Fri, 29 Sep 2006 11:40:20 -0700 (PDT) Message-ID: <6afb69aa0609291140r39d398d4v5b6044dd4bc74119@mail.gmail.com> Date: Fri, 29 Sep 2006 14:40:20 -0400 From: "Rex Roof" To: "R. B. Riddick" In-Reply-To: <20060929183003.92011.qmail@web30308.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6afb69aa0609291100y5bf10a27mf08e9d125055cd62@mail.gmail.com> <20060929183003.92011.qmail@web30308.mail.mud.yahoo.com> Cc: freebsd-geom@freebsd.org Subject: Re: mirror/stripe freezing under FreeBSD 5.5 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, 29 Sep 2006 18:40:32 -0000 thanks for your tips, I'm trying to find more documentation on this and not coming up with much. this machine has 1gb of memory and isn't doing much else. then again, I don't need a ton of performance out of this RAID, is it okay to turn fast off? is kern.geom.stripe.fast_failed: 19279939 saying it wants 20gb of ram? On 9/29/06, R. B. Riddick wrote: > --- Rex Roof wrote: > > kern.geom.stripe.debug: 1 > > kern.geom.stripe.fast: 1 > > > good. as far as i understood it "fast=1" makes the small stripe size be not so > bad... > > > kern.geom.stripe.maxmem: 6553600 > > kern.geom.stripe.fast_failed: 19279939 > > > Here we see, that u do not have enough memory for the "fast" feature... > > So I would recommend, that u use a much bigger stripe size or set "fast" to > 0... > % sysctl kern.geom.stripe.fast=0 > > BUT: that is just a guess... > > -Arne > > > --- > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >