[PATCH 7/7] generic/204: use fixed log size for XFS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 tests/generic/204 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/generic/204 b/tests/generic/204
index 598b805..13a762a 100755
--- a/tests/generic/204
+++ b/tests/generic/204
@@ -51,6 +51,10 @@ rm -f $seqres.full
 _scratch_mkfs 2> /dev/null | _filter_mkfs 2> $tmp.mkfs > /dev/null
 . $tmp.mkfs
 
+# For xfs, we need to handle the different default log sizes that different
+# versions of mkfs create. All should be valid with a 5MB log, so use that.
+[ $FSTYP = "xfs" ] && MKFS_OPTIONS="$MKFS_OPTIONS -l size=5m"
+
 SIZE=`expr 104 \* 1024 \* 1024`
 _scratch_mkfs_sized $SIZE $dbsize 2> /dev/null \
 		| _filter_mkfs 2> $tmp.mkfs > /dev/null
-- 
1.8.4.rc3

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux