Received: with ECARTIS (v1.0.0; list xfs); Tue, 23 Jan 2007 04:00:22 -0800 (PST) X-Spam-oss-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05, SPF_HELO_FAIL autolearn=ham version=3.2.0-pre1-r497472 Received: from lucidpixels.com (lucidpixels.com [75.144.35.66] (may be forged)) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id l0NC0Dqw004266 for ; Tue, 23 Jan 2007 04:00:14 -0800 Received: by lucidpixels.com (Postfix, from userid 1001) id 534A91A00052F; Tue, 23 Jan 2007 06:59:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by lucidpixels.com (Postfix) with ESMTP id 501E1A050ADA; Tue, 23 Jan 2007 06:59:19 -0500 (EST) Date: Tue, 23 Jan 2007 06:59:19 -0500 (EST) From: Justin Piszcz X-X-Sender: jpiszcz@p34.internal.lan To: Michael Tokarev cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, xfs@oss.sgi.com, Alan Piszcz Subject: Re: Kernel 2.6.19.2 New RAID 5 Bug (oops when writing Samba -> RAID5) In-Reply-To: <45B5ECAA.6000100@tls.msk.ru> Message-ID: References: <45B5261B.1050104@redhat.com> <17845.13256.284461.992275@notabene.brown> <45B5ECAA.6000100@tls.msk.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-archive-position: 10383 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: jpiszcz@lucidpixels.com Precedence: bulk X-list: xfs Content-Length: 794 Lines: 30 On Tue, 23 Jan 2007, Michael Tokarev wrote: > Justin Piszcz wrote: > [] > > Is this a bug that can or will be fixed or should I disable pre-emption on > > critical and/or server machines? > > Disabling pre-emption on critical and/or server machines seems to be a good > idea in the first place. IMHO anyway.. ;) > > /mjt > So for a server system, the following options should be as follows: Preemption Model (No Forced Preemption (Server)) ---> [ ] Preempt The Big Kernel Lock Also, my mobo has HPET timer support in the BIOS, is there any reason to use this on a server? I do run X on it via the Intel 965 chipset video. So bottom line is make sure not to use preemption on servers or else you will get weird spinlock/deadlocks on RAID devices--GOOD To know! Thanks! Justin.