From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263832AbTLEDX7 (ORCPT ); Thu, 4 Dec 2003 22:23:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263836AbTLEDX7 (ORCPT ); Thu, 4 Dec 2003 22:23:59 -0500 Received: from mtvcafw.SGI.COM ([192.48.171.6]:37465 "EHLO rj.sgi.com") by vger.kernel.org with ESMTP id S263832AbTLEDX4 (ORCPT ); Thu, 4 Dec 2003 22:23:56 -0500 Date: Fri, 5 Dec 2003 14:20:23 +1100 From: Nathan Scott To: "Kevin P. Fleming" Cc: Linus Torvalds , Jens Axboe , David =?iso-8859-1?Q?Mart=EDnez?= Moreno , Kernel Mailing List , clubinfo.servers@adi.uam.es, Ingo Molnar , Neil Brown Subject: Re: Errors and later panics in 2.6.0-test11. Message-ID: <20031205032023.GB1693@frodo> References: <200312031417.18462.ender@debian.org> <20031203162045.GA27964@suse.de> <3FCE1C87.2050006@backtobasicsmgmt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FCE1C87.2050006@backtobasicsmgmt.com> User-Agent: Mutt/1.5.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 03, 2003 at 10:25:27AM -0700, Kevin P. Fleming wrote: > Linus Torvalds wrote: > > >The ones I've seen seem to be raid-0, but Nathan (nathans@sgi.com) > >reported problems in RAID-5 under load. I didn't decode the full oops on > >that one, but it really looked like a stale "bi" bio that trapped on the > >PAGE_ALLOC debug code. > > The problem I reported was also with RAID-5, and I have also found a > problem similar to Nathan's (probably the same one) by just trying to > run bonnie++ on an XFS filesystem on DM over RAID-5, even after > formatting the XFS filesystem to forcibly align everything to RAID-5 > stripes (64K units). FWIW, this doesn't align _everything_ (space allocations done through the XFS allocator are influenced, which means "most") -- log IO is still going to be sector aligned, as are any IOs to the four XFS allocation group header metadata structures. cheers. -- Nathan