]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/204: use fixed log size for XFS
authorDave Chinner <david@fromorbit.com>
Mon, 20 Jan 2014 06:22:37 +0000 (06:22 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 22 Jan 2014 13:21:19 +0000 (07:21 -0600)
commit7657a1072079a03fd92e3f4c0b23d072f5c28512
tree74966fbdfe610a7b38897ea3183e4fd97125ea89
parent3ed573ee4b0652206dd527415ae9f8a04e76bf30
generic/204: use fixed log size for XFS

In changing the default log sizes in mkfs, the freespace
calculations in generic/204 are no longer valid and so it fails with
ENOSPC before ti has finished creating the necessary files.. Make
the test use a fixed log size of 5MB for XFS so that freespace
calculations remain valid and the test passes regardless of whether
we have a new or old mkfs binary.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/generic/204