]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/104: log size too small for 4k sector drives
authorDave Chinner <dchinner@redhat.com>
Wed, 18 Mar 2015 03:54:08 +0000 (14:54 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 18 Mar 2015 03:54:08 +0000 (14:54 +1100)
commitd0a3cc5af85abd5be6fbd8b474ceb9a46c7a62db
tree0f4266af6bab29740038151bb5254e4f5f4aa111
parente020a49a70b39aff224fb5bc0b2ef4e98697087c
xfs/104: log size too small for 4k sector drives

xfs/104, xfs/119, xfs/291 and xfs/297 have small fixed log sizes. A
recent change to the kernel ramdisk changed it's physical sector
size from 512B to 4kB, and this results in mkfs calculating a log
size larger than the fixed test size and hence the tests fail.

Change the log size to a larger size that works with 4k sectors, and
also increase the size of the filesystem being created so that the
amount of data space in the filesystem does not change and hence
does not perturb the rest of the test.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/xfs/104
tests/xfs/104.out
tests/xfs/119
tests/xfs/291
tests/xfs/297