Bug 69321
Summary: | btrfs random "No space left" errros | ||
---|---|---|---|
Product: | File System | Reporter: | Frederic Steinfels (fredo) |
Component: | btrfs | Assignee: | Josef Bacik (josef) |
Status: | RESOLVED OBSOLETE | ||
Severity: | high | CC: | dsterba, kernel_org, zedware |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.12.6-200.fc19.x86_64 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Frederic Steinfels
2014-01-23 18:00:58 UTC
correction: BTRFS seems to randomly fail to write to my RAID1 partition built on two SSD's. In your case, as you see there is 2 different pools, one for data one for metadata. Your "Data" pool still have space, but your meta data is probably "full" (showing incorrectly "Metadata, RAID1: total=5.00GiB, used=3.79GiB" And btrfs trying to add more metadata - while trying to increase the metadata pool it fail because your ssd are fully assign: devid 1 size 221.62GiB used 221.62GiB path /dev/sda2 devid 2 size 221.62GiB used 221.61GiB path /dev/sdb2 So Btrfs can't make the metadata pool bigger and thus saying out of space. I would still consider it a bug because it: a) showing wrong metadata size/usage b) should decrease the "data" pool to make space for meta - or at least ability to do so |