From: Josef Bacik <josef@redhat.com>
To: Tore Anderson <tore.anderson@redpill-linpro.com>
Cc: linux-btrfs@vger.kernel.org, Hugo Mills <hugo-lkml@carfax.org.uk>
Subject: Re: Crash in __btrfs_reserve_extent
Date: Thu, 6 Aug 2009 09:54:36 -0400 [thread overview]
Message-ID: <20090806135436.GD3655@dhcp231-156.rdu.redhat.com> (raw)
In-Reply-To: <4A7A9A04.5010006@redpill-linpro.com>
On Thu, Aug 06, 2009 at 10:53:24AM +0200, Tore Anderson wrote:
> * Tore Anderson
>
> > I have btrfs on my root filesystem and at the time of the crash I
> > taring together some files from a NFS filesystem onto it. There was
> > plenty of free space on the btrfs filesystem.
>
> Some more info - the file system is acting really strange after a
> reboot. A lot of messages like these are printed to /var/log/messages:
>
> no space left, need 4096, 0 delalloc bytes, 16577376256 bytes_used, 0
> bytes_reserved, 0 bytes_pinned, 0 bytes_readonly, 69816320 may
> use16647192576 total
>
> Many commands gives the error message "no space left on device".
> Curiously enough /var/log/messages is stored on the very same file
> system, and new lines appears in it, so it appears those writes are
> avoiding the ENOSPC somehow.
>
> Anyway, there's plenty of free space on the file system:
>
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/vg_echo-lv_root 228G 16G 212G 7% /
>
> It has never been resized, by the way. I found that this issue had been
> mentioned on the mailing list by Hugo Mills (Cc-ed) before after all -
> apologies for posting a dupe:
>
> http://thread.gmane.org/gmane.comp.file-systems.btrfs/2694
>
> Is this bug fixed in later versions of btrfs or is it still unresolved,
> I wonder? If the latter, I'll be glad to help out with any debugging
> info you might need before I try to fix it (or re-install).
>
This is one of the gotchas of btrfs, there is not proper ENOSPC handling, just a
few things in place that are a bit conservative to make sure you don't panic the
box. Btrfs has seperate zones used for data and metadata, and these chunks are
allocated in 1gb chunks, so you have 212gb of space thats allowed for data use,
and 16gb thats allowed for metadata use. By default every 12 (or it may be 8, i
forget) chunks we allocate for data, we allocate 1 for metadata, which ends up
with like 8% of the disk being used for metadata.
Now in your case you can run btrfsctl -b and it will re-balance the space on the
drive, and it may give you more space back. It could also possible panic the
box, so make sure you are all backed up :). Thanks,
Josef
next prev parent reply other threads:[~2009-08-06 13:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 7:00 Crash in __btrfs_reserve_extent Tore Anderson
2009-08-06 8:53 ` Tore Anderson
2009-08-06 13:54 ` Josef Bacik [this message]
2009-08-06 14:15 ` Tore Anderson
2009-08-06 14:27 ` Josef Bacik
2009-08-06 17:41 ` Tore Anderson
2009-08-06 18:04 ` Josef Bacik
2009-08-06 18:14 ` Tore Anderson
2009-08-06 18:37 ` Josef Bacik
2009-08-06 18:49 ` Tore Anderson
2009-08-06 18:57 ` Chris Mason
2009-08-06 19:01 ` Josef Bacik
2009-08-06 19:22 ` Chris Mason
2009-08-06 22:01 ` Tore Anderson
-- strict thread matches above, loose matches on Subject: below --
2009-08-06 14:57 Robert Förster
2009-08-06 15:20 ` Josef Bacik
2009-08-06 15:36 ` Robert Förster
2009-08-07 5:10 ` Robert Förster
2009-08-06 17:15 ` Tore Anderson
2009-08-06 17:57 ` Robert Förster
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=20090806135436.GD3655@dhcp231-156.rdu.redhat.com \
--to=josef@redhat.com \
--cc=hugo-lkml@carfax.org.uk \
--cc=linux-btrfs@vger.kernel.org \
--cc=tore.anderson@redpill-linpro.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