commit | e5bc2458293b2af6c0b94435965c68cc70974b56 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Oct 26 13:37:56 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Oct 29 11:25:35 2010 -0400 |
tree | d4b79f61f2ff236b080583345b4dfd617b0fca07 | |
parent | 3259f8bed2f0f57c2fdcdac1b510c3fa319ef97e [diff] |
Btrfs: tune the chunk allocation to 5% of the FS as metadata An earlier commit tried to keep us from allocating too many empty metadata chunks. It was somewhat too restrictive and could lead to ENOSPC errors on empty filesystems. This increases the limits to about 5% of the FS size, allowing more metadata chunks to be preallocated. Signed-off-by: Chris Mason <chris.mason@oracle.com>