]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: stop silently switching single chunks to raid0 on balance
authorIlya Dryomov <idryomov@gmail.com>
Tue, 27 Mar 2012 14:09:16 +0000 (17:09 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 27 Mar 2012 14:09:16 +0000 (17:09 +0300)
commite3176ca2769e420f64eba4b093bbddea6d7a89c3
treeefed61bf174579bdbef9dd8f0a88942286ca57ac
parentea466794084f55d8fcc100711cf17923bf57e962
Btrfs: stop silently switching single chunks to raid0 on balance

This has been causing a lot of confusion for quite a while now and a lot
of users were surprised by this (some of them were even stuck in a
ENOSPC situation which they couldn't easily get out of).  The addition
of restriper gives users a clear choice between raid0 and drive concat
setup so there's absolutely no excuse for us to keep doing this.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/btrfs/extent-tree.c