From: Duncan <1i5t5.duncan@cox.net>
To: linux-btrfs@vger.kernel.org
Subject: Re: RAID 6 full, but there is still space left on some devices
Date: Wed, 17 Feb 2016 04:28:16 +0000 (UTC) [thread overview]
Message-ID: <pan$14375$e0cb4647$d3ccfaa2$90fd0ecc@cox.net> (raw)
In-Reply-To: CABmr4wVBb0CCEoU_N2jxYvC=gVn9vUKWfb0902yZDuP2N3ck3w@mail.gmail.com
Dan Blazejewski posted on Tue, 16 Feb 2016 15:20:12 -0500 as excerpted:
> A little background: I started using BTRFS over a year ago, in RAID 1
> with mixed size drives. A few months ago, I started replacing the disks
> with 4 TB drives, and eventually switched over to RAID 6. I am currently
> running a 6x4TB RAID6 drive configuration, which should give me ~14.5 TB
> usable, but I'm only getting around 11.
>
> The weird thing is that It seems to completely fill 4/6 of the disks,
> while leaving lots of space free on 2 of the disks. I've tried full
> filesystem balances, yet the problem continues.
>
> # btrfs fi show
>
> Label: none uuid: 78733087-d597-4301-8efa-8e1df800b108
> Total devices 6 FS bytes used 11.59TiB
> devid 1 size 3.64TiB used 3.64TiB path /dev/sdd
> devid 2 size 3.64TiB used 3.64TiB path /dev/sdg
> devid 3 size 3.64TiB used 3.64TiB path /dev/sdf
> devid 5 size 3.64TiB used 2.92TiB path /dev/sda
> devid 6 size 3.64TiB used 1.48TiB path /dev/sdb
> devid 7 size 3.64TiB used 3.64TiB path /dev/sdc
>
> btrfs-progs v4.2.3
>
>
>
> # btrfs fi df /mnt/data
>
> Data, RAID6: total=11.67TiB, used=11.58TiB
> System, RAID6: total=64.00MiB, used=1.70MiB
> Metadata, RAID6: total=15.58GiB, used=13.89GiB
> GlobalReserve, single: total=512.00MiB, used=0.00B
>
> # btrfs fi usage /mnt/data
>
> WARNING: RAID56 detected, not implemented
Your btrfs-progs is old and I don't see any indication of kernel version
at all, but I'll guess it's old as well. Particularly for raid56 mode,
which still isn't to the maturity level of the rest of btrfs, using
current kernel and btrfs-progs is *very* strongly recommended.
Among other things, current userspace 4.4 btrfs fi usage should support
raid56 mode properly, now. Also, with newer userspace and kernel, btrfs
balance supports the stripes= filter, which appears to be what you're
looking for, to rebalance to full-width stripes anything that's not yet
full width, thereby evening out your usage.
A full balance /should/ do it as well, I believe, but with raid56 support
still not yet at the maturity level of btrfs in general, it's likely your
version is old and buggy in that regard.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
next prev parent reply other threads:[~2016-02-17 4:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 20:20 RAID 6 full, but there is still space left on some devices Dan Blazejewski
2016-02-17 4:28 ` Duncan [this message]
2016-02-17 5:58 ` Qu Wenruo
[not found] ` <CABmr4wVvjB7vGDsZWyCd222E1D-+kmk2SS2XwH2dp+K6YWWe=A@mail.gmail.com>
2016-02-18 2:03 ` Qu Wenruo
2016-02-18 23:27 ` Henk Slager
2016-02-19 1:36 ` Qu Wenruo
2016-03-01 14:13 ` Dan Blazejewski
2016-03-01 23:42 ` Gareth Pye
2016-02-19 0:01 ` Dan Blazejewski
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='pan$14375$e0cb4647$d3ccfaa2$90fd0ecc@cox.net' \
--to=1i5t5.duncan@cox.net \
--cc=linux-btrfs@vger.kernel.org \
/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.