public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: Arkadiusz Miskiewicz <arekm@maven.pl>
Cc: xfs@oss.sgi.com
Subject: Re: 2.6.37: mount with quota eats all available memory
Date: Sun, 13 Mar 2011 11:55:06 +1100	[thread overview]
Message-ID: <20110313005506.GG15097@dastard> (raw)
In-Reply-To: <201103112258.48742.arekm@maven.pl>

On Fri, Mar 11, 2011 at 10:58:48PM +0100, Arkadiusz Miskiewicz wrote:
> 
> I have a machine with 4GB, running 64bit 2.6.37, xfs on top of soft raid5.
> 
> Recently after using xfs_fsr (and getting a oops) had to do xfs_repair and now 
> I'm no longer able to mount this filesystem with usrquota and grpquota.
> 
> xfs eats all ram, from slabtop:
> 3756380 3756380 100%    1.00K 244655       16   3914480K xfs_inode
> 251712 251711  99%    0.06K   3933       64     15732K kmalloc-64
> 118482 114287  96%    0.55K   4233       28     67728K radix_tree_node
>  88768  88711  99%    0.12K   2774       32     11096K kmalloc-128
>  28713  28713 100%    0.08K    563       51      2252K sysfs_dir_cache
>  22974  22973  99%    0.09K    547       42      2188K kmalloc-96
>   9776   9776 100%    0.25K    611       16      2444K kmalloc-256
>   7791   7791 100%    0.19K    371       21      1484K kmalloc-192
>   7168   7097  99%    0.01K     14      512        56K kmalloc-8
> 
> machine is not responsible anymore, xfs ate all ram
> 
> If I don't use usr/grp quota then filesystem mounts without a problem.
> 
> What are my options now? I need this system running again with quota but 
> loosing all quota information is not a problem (I can set it again).

I can reproduce it. There's some difference between the way
userspace operates with bulkstat vs the way the kernel quotacheck
operates with it.

Essentially the problem appears to be related to the inodes not
being reclaimed and the kernel declaring OOM with about 50 pages in
the page cache but still having millions of reclaimable inodes.
Whether it is a result of the kernel not attempting to reclaim them
or something else, I don't know yet.

However, there's definitely something fishy going on because
quotacheck inodes aren't showing up as VFS inodes even though
they probably should because they are fully instantiated. I'll look
at it further tomorrow.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

      parent reply	other threads:[~2011-03-13  2:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11 21:58 2.6.37: mount with quota eats all available memory Arkadiusz Miskiewicz
2011-03-11 22:02 ` Arkadiusz Miskiewicz
2011-03-12  6:51   ` Arkadiusz Miskiewicz
2011-03-13  0:55 ` Dave Chinner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110313005506.GG15097@dastard \
    --to=david@fromorbit.com \
    --cc=arekm@maven.pl \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox