From owner-freebsd-current Sun Oct 6 11:30:25 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C28DD37B401; Sun, 6 Oct 2002 11:30:24 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E0E43E42; Sun, 6 Oct 2002 11:30:24 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g96IUHPQ043143; Sun, 6 Oct 2002 11:30:17 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g96IUGNF043142; Sun, 6 Oct 2002 11:30:16 -0700 (PDT) (envelope-from dillon) Date: Sun, 6 Oct 2002 11:30:16 -0700 (PDT) From: Matthew Dillon Message-Id: <200210061830.g96IUGNF043142@apollo.backplane.com> To: Vallo Kallaste Cc: "Greg 'groggy' Lehey" , Lars Eggert , Poul-Henning Kamp , n0go013 , current Subject: Re: [ GEOM tests ] vinum drives lost References: <62515.1033758160@critter.freebsd.dk> <3D9DEFF7.7050508@isi.edu> <20021005125505.GA1248@tiiu.internal> <20021005221456.GR83766@wantadilla.lemis.com> <20021006072155.GA1117@tiiu.internal> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, ccd is fairly light weight. 'man tuning' and 'man ccd' has a lot of information on how to use it. I generally recommend using a stripe size of 1152 for multitasking loads. Only use a small/tiny stripe size if you need single-tasking sequential performance (and even then you can take tune the stripe to the drive's own caching capability). The biggest mistake most people make when using striping is that they use too small a stripe size which causes nearly every read() or write() to have to be split across multiple drives, which multiplies the overhead, or causes sequential reads of medium sized files to constantly seek multiple drives, destroying the effectiveness of having two seekable heads in the first place. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message