
On Fri, Feb 16, 2018 at 12:44 PM, Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
On Fri, Feb 16, 2018 at 10:17 AM, nicholas cunliffe <ndcunliffe@gmail.com> wrote:
might be useful to see how the free space is distributed (data vs meta) sudo btrfs filesystem usage -h /
Overall: Device size: 64.00GiB Device allocated: 64.00GiB
You likely cannot run balance in this state (not sure if this is improved in latest kernels). There is no space to allocate new chunks and balance requires new chunks where data is copied.
Device unallocated: 1.00MiB Device missing: 0.00B Used: 60.20GiB Free (estimated): 3.40GiB (min: 3.40GiB) Data ratio: 1.00 Metadata ratio: 2.00 Global reserve: 127.53MiB (used: 0.00B)
Data,single: Size:60.94GiB, Used:57.53GiB /dev/sda2 60.94GiB
Metadata,DUP: Size:1.50GiB, Used:1.33GiB /dev/sda2 3.00GiB
It is also close to being full. You may want to contact btrfs mailing list where you probably get better advice how to proceed, but in general running btrfs filled up to this level is challenging and probably requires ongoing monitoring and maintenance. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org