]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: make fs for 274 larger
authorJosef Bacik <jbacik@fusionio.com>
Fri, 21 Jun 2013 20:31:10 +0000 (20:31 +0000)
committerRich Johnston <rjohnston@sgi.com>
Fri, 18 Oct 2013 20:07:29 +0000 (15:07 -0500)
commit859f127da2ee6d49faa41cafd4ed362aa526e4a0
treef644fe9da0f6fbd4f6ea489c3be66d8cdf4a919b
parent8bab8b31bb288b9d1b077ff8d06b6491715e8da7
xfstests: make fs for 274 larger

Btrfs will default to mixed block groups for 1 gigabyte file systems and
smaller, which means data and metadata share the same area.  This makes
generic/274 fail for us because we cannot reserve enough metadata space to do
our writes.  Bumping the scratch fs up to 2 gigabytes allows us to do our normal
metadata/data separation and allows us to pass this test.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/generic/274