X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.4.0-r929098 Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o53NQRqi185201 for ; Thu, 3 Jun 2010 18:26:27 -0500 X-ASG-Debug-ID: 1275607734-2b3003a50000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from Ishtar.sc.tlinx.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 4CFC2395E57 for ; Thu, 3 Jun 2010 16:28:54 -0700 (PDT) Received: from Ishtar.sc.tlinx.org (ishtar.tlinx.org [173.164.175.65]) by cuda.sgi.com with ESMTP id IuJ9T2zEEEBEZxmt for ; Thu, 03 Jun 2010 16:28:54 -0700 (PDT) Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o53NSjRm018011; Thu, 3 Jun 2010 16:28:47 -0700 Message-ID: <4C083AAD.80906@tlinx.org> Date: Thu, 03 Jun 2010 16:28:45 -0700 From: "Linda A. Walsh" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Christoph Hellwig CC: xfs-oss X-ASG-Orig-Subj: Re: xfsdump -- not enough memory to dump attributes? w/>20G free -- how much does it need? Subject: Re: xfsdump -- not enough memory to dump attributes? w/>20G free -- how much does it need? References: <4BF7D787.4020903@tlinx.org> <20100525164244.GB18666@infradead.org> In-Reply-To: <20100525164244.GB18666@infradead.org> X-Stationery: 0.5.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Connect: ishtar.tlinx.org[173.164.175.65] X-Barracuda-Start-Time: 1275607736 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: -1.42 X-Barracuda-Spam-Status: No, SCORE=-1.42 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests=MARKETING_SUBJECT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.31552 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.60 MARKETING_SUBJECT Subject contains popular marketing words X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean FWIF -- upgrading to the latest tool set seems to have caused these messages to "go away"... Christoph Hellwig wrote: > On Sat, May 22, 2010 at 06:09:27AM -0700, Linda A. Walsh wrote: >> I've seen the problem in the dump below and was wondering what could >> possibly cause this -- because >> shows loads of free memory (>20G)... how much memory do non-root >> attributes take to dump? > > The error comes directly from the libhandle listing routine, which > is a straight forward wrapper around the kernel syscall in current > xfsprogs. > > What xfsprogs version are you using? I noticed your xfsdump is > rather old, so making sure you have recent XFS userspace and > possibly also the kernel would help debugging this. > > Also can you check using strace if the ENOMEM comes directly from > the attr_list_by_handle ioctl? >