From: Eric Sandeen <sandeen@sandeen.net>
To: Patrick Schreurs <patrick@news-service.com>
Cc: Owen Dunn <osd1000@cam.ac.uk>, xfs@oss.sgi.com
Subject: Re: No space left on device on xfs filesystem with 1.6TB free
Date: Thu, 22 Jan 2009 11:39:45 -0600 [thread overview]
Message-ID: <4978AF61.20801@sandeen.net> (raw)
In-Reply-To: <49784989.1000306@news-service.com>
Patrick Schreurs wrote:
> Dave Chinner wrote:
>> You've run out of inode space below 1TB or free space is
>> sufficiently fragmented below 1TB that new inode chunks cannot
>> be allocated.
>
> Is this related to fs growth or can this happen with any xfs partition?
a grown fs may be more susceptible to it...
xfs dynamically allocates inodes, and inode numbers reflect their
location on disk.
For large-offset disk locations, the inode numbers grow large, and can
be > 32 bits, which causes problems for some applications.
By default xfs keeps inode numbers below 32 bits, and hence restricts
them to the lower part of the filesystem, with data going out towards
the end.
If your fs started out small, more of that low-offset space will be
occupied by data, and be unavailable for inodes even as the filesystem
grows; in short when the fs was small, you used up the space that the
larger fs would have liked to use for inodes.
-Eric
> Thanks,
>
> Patrick Schreurs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2009-01-22 17:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 10:33 No space left on device on xfs filesystem with 1.6TB free Owen Dunn
2009-01-21 17:49 ` Bryon Roche
2009-01-21 20:08 ` Patrick Schreurs
[not found] ` <20090121225453.GN10158@disturbed>
2009-01-22 3:09 ` Dave Chinner
2009-01-22 10:25 ` Patrick Schreurs
2009-01-22 17:39 ` Eric Sandeen [this message]
2009-01-22 14:15 ` Christian Kujau
2009-01-22 23:25 ` Dave Chinner
2009-01-23 8:21 ` Christian Kujau
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=4978AF61.20801@sandeen.net \
--to=sandeen@sandeen.net \
--cc=osd1000@cam.ac.uk \
--cc=patrick@news-service.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox