]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: fix xfs/205 for new log size defaults
authorEric Sandeen <sandeen@redhat.com>
Wed, 9 Oct 2013 19:48:45 +0000 (19:48 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 16 Oct 2013 20:22:35 +0000 (15:22 -0500)
commita49141302f71b9dbbd6033a5aaa93a984475dbb4
tree608882ea1cab46dd434ec17c191a7788dc21addb
parent2268142f6f036cdc257a7c031c511043804b5c63
xfstests: fix xfs/205 for new log size defaults

test xfs/205 expects a certain log size, but defaults have
changed, the logs are bigger, and this test now fails w/ early
ENOSPC:

     QA output created by 205
    +   !!! disk full (expected)
    +   !!! disk full (expected)
    +   !!! disk full (expected)
     *** one file
    +   !!! disk full (expected)
     *** one file, a few bytes at a time
     ...

Fix this by specifying the log size at mkfs time, so freespace is
as the test expects it to be.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/xfs/205