From owner-freebsd-performance@FreeBSD.ORG Fri Apr 25 13:56:11 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B9731065670; Fri, 25 Apr 2008 13:56:11 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.freebsd.org (Postfix) with ESMTP id BF4A88FC1C; Fri, 25 Apr 2008 13:56:10 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from mail1.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.12.6/8.12.6) with ESMTP id m3PDu8Go018557; Fri, 25 Apr 2008 15:56:09 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail1.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id m3PDu4Ha025839; Fri, 25 Apr 2008 15:56:04 +0200 Received: (from localhost) by curry.mchp.siemens.de (8.14.2/8.14.2) id m3PDu4c2028322; Date: Fri, 25 Apr 2008 15:56:02 +0200 From: Andre Albsmeier To: Kostik Belousov Message-ID: <20080425135602.GA1293@curry.mchp.siemens.de> References: <200802151440.m1FEeGVr084431@lava.sentex.ca> <20080215085714.K79197@mail.rsts.org> <47B5F7BF.9050608@FreeBSD.org> <20080219145105.C96725@mail.rsts.org> <20080220172216.GM57756@deviant.kiev.zoral.com.ua> <20080221030314.Q2297@mail.rsts.org> <20080221121322.GO57756@deviant.kiev.zoral.com.ua> <20080422103145.GA17645@curry.mchp.siemens.de> <20080422115407.GP18958@deviant.kiev.zoral.com.ua> <20080422163430.GA20691@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080422163430.GA20691@curry.mchp.siemens.de> X-Echelon: X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-performance@freebsd.org, Kris Kennaway , Brett Bump , Mike Tancsa Subject: Re: System perforamance 4.x vs. 5.x and 6.x X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 13:56:11 -0000 On Tue, 22-Apr-2008 at 18:34:30 +0200, Andre Albsmeier wrote: > On Tue, 22-Apr-2008 at 14:54:07 +0300, Kostik Belousov wrote: > > On Tue, Apr 22, 2008 at 12:31:45PM +0200, Andre Albsmeier wrote: > > > On Thu, 21-Feb-2008 at 14:13:22 +0200, Kostik Belousov wrote: > > > > On Thu, Feb 21, 2008 at 04:20:04AM -0700, Brett Bump wrote: > > > > > > > > > > On Wed, 20 Feb 2008, Kostik Belousov wrote: > > > > > > > > > > > I cannot reproduce it locally. With patch applied, it compiles both > > > > > > GENERIC and GENERIC with options QUOTA added just fine. > > > > > > > > > > > > Check for partially applied patch. > > > > > > > > > > > > > > > > Thanks Kostik. You can double check me on sizes, but it would appear that > > > > > all files in the patch were touched, and I double checked my sources with: > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-RELEASE/src which are > > > > The patch is against RELENG_6, not against RELENG_6_2. I see no point > > > > in backporting it to RELENG_6_2. > > > > > > > > BTW, I backported two fixes, one for another deadlock with snapshots and > > > > quotas, another for "ffs_blkfree: block already freed" panic and followed > > > > up fsck: softdep inconsistency error. > > > > > > > > New combined patch (against RELENG_6) is at > > > > http://people.freebsd.org/~kib/quotagiant/quotas-RELENG_6-20080221-1202.patch > > > > > > I tried to apply this patch to recent RELENG_6 sources > > > but it failed at a lot of places. I think this is due to > > > changes to the tree after the above patch was made. > > > > > > Is there any newer patch available or is it possible to make > > > one which applies to recent RELENG_6 sources? > > > > http://people.freebsd.org/~kib/quotagiant/quotas-RELENG_6-20080422-1000.patch > I have this patch now running on a CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (3001.18-MHz 686-class CPU) machine. I have attached two 10k SCSI drives to an AIC7902 controller. These two drives have quotas enabled and are constantly copying 77GB of data stored in ~210000 files to each other. I use about 75 different user and group IDs with these files. I haven't had any problem the last 6 hours. The machine runs rocksolid and the quota values are correct. So, from my point of view I'd say that the patch works great! Thanks a lot for the nice work, -Andre