]> git.baikalelectronics.ru Git - kernel.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)
commitfd3ec013021db6e5274e5086e6e0f8744e71bbe5
treeefed61bf174579bdbef9dd8f0a88942286ca57ac
parent171b51b7900dbc9fbfee81c83816b6202c992821
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