commit | 54338b5cc4fa3cfe260e8e4ade8b62a9079ea3f9 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Tue Aug 14 16:20:52 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:19:02 2012 -0400 |
tree | a522e7606064efdfe51b444c5c8cec158c9ca2f6 | |
parent | 7c735313bd1277c2eb28421934d4c7a0fa7339f7 [diff] |
Btrfs: do not allocate chunks as agressively Swinging this pendulum back the other way. We've been allocating chunks up to 2% of the disk no matter how much we actually have allocated. So instead fix this calculation to only allocate chunks if we have more than 80% of the space available allocated. Please test this as it will likely cause all sorts of ENOSPC problems to pop up suddenly. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>