All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Weissenbacher <mw@dermichi.com>
To: xfs@oss.sgi.com
Subject: Re: no space left on device with 662G free
Date: Wed, 15 Sep 2010 16:59:04 +0200	[thread overview]
Message-ID: <4C90DF38.3070909@dermichi.com> (raw)
In-Reply-To: <4C90DA52.8090507@mrc-lmb.cam.ac.uk>

Hi Dave
>> I'm pretty sure you've run out of inodes.
> 
> # xfs_info /dev/mapper/vg--storage-lv--data
> meta-data=/dev/mapper/vg--storage-lv--data isize=256    agcount=4,
> agsize=134217728 blks
>          =                       sectsz=512   attr=2
> data     =                       bsize=4096   blocks=536870912, imaxpct=5
>          =                       sunit=0      swidth=0 blks
> naming   =version 2              bsize=4096   ascii-ci=0
> log      =internal               bsize=4096   blocks=32768, version=2
>          =                       sectsz=512   sunit=0 blks, lazy-count=0
> realtime =none                   extsz=4096   blocks=0, rtextents=0
> 
Try:
# xfs_growfs -m 10 /dev/mapper/vg--storage-lv--data

It will increase your inode max percentage from 5 to 10.

cheers,
Michael

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

  reply	other threads:[~2010-09-15 14:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 13:56 no space left on device with 662G free Dave Howorth
2010-09-15 14:30 ` Alex Elder
2010-09-15 14:38   ` Dave Howorth
2010-09-15 14:59     ` Michael Weissenbacher [this message]
2010-09-15 16:14       ` Dave Howorth
2010-09-15 14:45 ` Andy Bennett

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=4C90DF38.3070909@dermichi.com \
    --to=mw@dermichi.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.