With RAID-0, you'd get data striped equally across all (in this case,
both) the devices, up to the size of the second-largest one, at which
point it'll stop allocating space.
By "stop allocating space" I assume you mean it will return out of space
errors, even though there is technically 250GB of unused space.  I presume
there is no way to say that RAID-0 should be used where possible and then
fallback to "single" for the remaining space.

There was a proposition to change the allocator, so it would fall back to single:

http://www.mail-archive.com/[email protected]/msg14517.html

I stumbled on it when faced with a different problem: I could not use btrfs in RAID1 degraded mode, because it would refuse to allocate more space, and I could not convert it to single either, because balance needs to allocate space too.

Regards
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to