public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Emmanuel Florac <eflorac@intellique.com>
Cc: xfs@oss.sgi.com
Subject: Re: XFS filesystem reports as full though it isn't
Date: Sun, 18 May 2008 09:18:55 -0400	[thread overview]
Message-ID: <20080518131855.GA1383@infradead.org> (raw)
In-Reply-To: <20080516222755.3e557c00@galadriel.home>

On Fri, May 16, 2008 at 10:27:55PM +0200, Emmanuel Florac wrote:
> cluster1:/proc/sys/fs# xfs_db -r -c 'freesp -s -a 0' /dev/vg0/lv0
>    from      to extents  blocks    pct
>       1       1       5       5  71.43
>       2       3       1       2  28.57
> total free extents 6
> total free blocks 7
> average free extent size 1.16667
> 
> 7 blocks free? But there are 9 TB of free space! 

The -a 0 means you're only looking at the first AG, which given the
history of the filesystem has a fair chance to be full.  To get the
summary for all AG do a

	xfs_db -r -c 'freesp -s' /dev/vg0/lv0

No idea yet on what could cause your problem, sorry.

> The only significant thing I see is that the FS is really close to 16
> TB of allocated data (15.7TB). I tried mounting it with "inode64"
> option with no more loving.

Did you remount it with that option as in mount -o remount or did you
completely unmount it and mount it again?  Unfortunately none of the
xfs-specific mount options can be reset with remount yet, and it doesn't
return an error either (both are added to my todo list now)

  parent reply	other threads:[~2008-05-18 13:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16 20:27 XFS filesystem reports as full though it isn't Emmanuel Florac
2008-05-18 12:45 ` Emmanuel Florac
2008-05-18 13:18 ` Christoph Hellwig [this message]
2008-05-18 13:21   ` Christoph Hellwig
2008-05-18 13:42     ` Emmanuel Florac
2008-05-19 20:10       ` Emmanuel Florac
2008-05-20  6:10         ` David Chinner
2008-05-20 10:17           ` Emmanuel Florac
2008-05-20 10:19         ` Christoph Hellwig
2008-05-20 12:39           ` Emmanuel Florac
2008-05-19 11:31 ` Christian Røsnes
2008-05-19 11:48   ` Christian Røsnes
2008-05-19 20:39     ` Emmanuel Florac

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=20080518131855.GA1383@infradead.org \
    --to=hch@infradead.org \
    --cc=eflorac@intellique.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