Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 07 Aug 2003 01:26:46 -0700 (PDT) Received: from unicorn.drogon.net (unicorn.drogon.net [195.10.246.4]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h778QQFl003070 for ; Thu, 7 Aug 2003 01:26:28 -0700 Received: from unicorn.drogon.net (localhost [127.0.0.1]) by unicorn.drogon.net (8.12.9/8.12.9) with ESMTP id h778QIio002993 for ; Thu, 7 Aug 2003 09:26:18 +0100 Received: from localhost (gordon@localhost) by unicorn.drogon.net (8.12.9/8.12.9/Submit) with ESMTP id h778QISA002990 for ; Thu, 7 Aug 2003 09:26:18 +0100 X-Authentication-Warning: unicorn.drogon.net: gordon owned process doing -bs Date: Thu, 7 Aug 2003 09:26:18 +0100 (BST) From: Gordon Henderson To: linux-xfs@oss.sgi.com Subject: Re: Processes stuck in D state.. In-Reply-To: <6501.1060217147@ocs3.intra.ocs.com.au> Message-ID: References: <6501.1060217147@ocs3.intra.ocs.com.au> Distribution: world Organization: Home for lost Drogons MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.35 X-archive-position: 4908 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: gordon@drogon.net Precedence: bulk X-list: linux-xfs Content-Length: 940 Lines: 27 On Thu, 7 Aug 2003, Keith Owens wrote: > All operations that require filesystem locks. They are queued up > behind some task that has grabbed a filesystem lock and is hung, IOW > these tasks are innocent victims of the real problem. 99.9% > probability that the real problem is a hung NFS event. OK. > If you have kdb installed and active, drop into kdb and > set LOGGING 1 > bta RD > go > The trace will show what the hung tasks are waiting on. I can't easilly do this - it's a production box and they won't afford me the dowtime. I'll try the latest patches against a 2.4.21 kernel (but I'm not sure if I need the AC patches or not with .21, I'll need to check - I needed an AC-1 patch for 2.4.20 to get the Promise IDE controllers to work) Otherwise, it's back to ext2 for this. It ran solidly with ext2 and 2.4.20-ac1 for about 6 months before I tried XFS, and the only thing thats changed is the kernel. Thanks, Gordon