From owner-freebsd-current@FreeBSD.ORG Sun Oct 31 22:56:36 2004 Return-Path: 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 B059716A4CE for ; Sun, 31 Oct 2004 22:56:36 +0000 (GMT) Received: from imap.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C6C43D2D for ; Sun, 31 Oct 2004 22:56:35 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from korben.prv.univie.ac.at (korben.prv.univie.ac.at [131.130.7.98]) by imap.univie.ac.at (8.12.10/8.12.10) with ESMTP id i9VMuIAh031862; Sun, 31 Oct 2004 23:56:24 +0100 Date: Sun, 31 Oct 2004 23:56:17 +0100 (CET) From: Lukas Ertl To: freebsd@newmillennium.net.au In-Reply-To: <002401c4bf9c$c4fee8e0$0201000a@riker> Message-ID: <20041031235355.R1732@korben.prv.univie.ac.at> References: <002401c4bf9c$c4fee8e0$0201000a@riker> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx9.univie.ac.at 4247; Body=2 Fuz1=2 Fuz2=2 cc: freebsd-current@FreeBSD.org Subject: Re: Gvinum RAID5 performance X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 22:56:36 -0000 On Mon, 1 Nov 2004 freebsd@newmillennium.net.au wrote: > Now, running a dd from a plex gives me less performance than running a > dd from one of the subdisks, even though the array is not running in > degraded mode. I'd consider this normal behaviour, since you have to go through the offset calculation. > 31237376, 31613728, 31990080, 32366432, 32742784, 33119136, consistently locks up at this point> This should be fixed with my latest commit to geom_vinum_plex.c. > On a final note, I'd like to implement the ability to grow RAID5 plexes > - any suggestions on where to start? You need to relocate all parity stripes when you want to do that. cheers, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/