X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m92NoclP014729 for ; Thu, 2 Oct 2008 16:50:39 -0700 X-ASG-Debug-ID: 1222991534-7dd301360000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from ipmail04.adl2.internode.on.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id D44C71365A80 for ; Thu, 2 Oct 2008 16:52:15 -0700 (PDT) Received: from ipmail04.adl2.internode.on.net (ipmail04.adl2.internode.on.net [203.16.214.57]) by cuda.sgi.com with ESMTP id 08FJHoutG1kPiyZX for ; Thu, 02 Oct 2008 16:52:15 -0700 (PDT) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgkDAGf65Eh5LF82iGdsb2JhbACTWgEBARUiqUyBag X-IronPort-AV: E=Sophos;i="4.33,353,1220193000"; d="scan'208";a="219305567" Received: from ppp121-44-95-54.lns10.syd6.internode.on.net (HELO disturbed) ([121.44.95.54]) by ipmail04.adl2.internode.on.net with ESMTP; 03 Oct 2008 09:22:12 +0930 Received: from dave by disturbed with local (Exim 4.69) (envelope-from ) id 1KlXxr-00038w-Dv; Fri, 03 Oct 2008 09:52:11 +1000 Date: Fri, 3 Oct 2008 09:52:11 +1000 From: Dave Chinner To: Albert Graham Cc: xfs@oss.sgi.com X-ASG-Orig-Subj: Re: XFS Regression Issue in kernel 2.6.26.3 Subject: Re: XFS Regression Issue in kernel 2.6.26.3 Message-ID: <20081002235211.GI30001@disturbed> Mail-Followup-To: Albert Graham , xfs@oss.sgi.com References: <48E51BF5.3080100@g-b.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48E51BF5.3080100@g-b.net> User-Agent: Mutt/1.5.18 (2008-05-17) X-Barracuda-Connect: ipmail04.adl2.internode.on.net[203.16.214.57] X-Barracuda-Start-Time: 1222991536 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.1.7110 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- On Thu, Oct 02, 2008 at 08:07:33PM +0100, Albert Graham wrote: > Hi Guys, > > I use Fedora 8 as my MythTV backend server which uses XFS, ISince > upgrading from kernel-2.6.25 to kernel-2.6.26 I've been getting the > following errors (see below). The freespace btrees are getting out of sync for some reason. That is, when we go to allocate an extent, we have to update two free space btrees. This shutdown: > XFS internal error XFS_WANT_CORRUPTED_RETURN at line 280 of file fs/xfs/xfs_alloc.c. Caller 0xf88e0018 Indicates the extent being allocated was not found in one of the two trees. This corruption could have happened a long time ago in the past, and it may simply be coincidental that you've tripped over this at roughly the same time you upgraded the kernel. Can you run xfs_check on the filesystem to determine if a freespace tree is corrupted (post the output if it is), then run xfs_repair to rebuild them? Cheers, Dave. -- Dave Chinner david@fromorbit.com