Blame SOURCES/0022-tests-Increase-size-of-container-filesystem-in-t4100.patch

fc4a62
From 9f0da5d1112d148fc9bdbedfe3f0ee04b7a66708 Mon Sep 17 00:00:00 2001
fc4a62
From: "Brian C. Lane" <bcl@redhat.com>
fc4a62
Date: Wed, 22 Jan 2014 14:51:51 -0800
fc4a62
Subject: [PATCH] tests: Increase size of container filesystem in t4100 tests
fc4a62
 (#1036149)
fc4a62
fc4a62
The xfs container filesystem was running out of space with larger sector
fc4a62
size tests. Increase it from 20M to 100M.
fc4a62
fc4a62
* tests/t4100-dvh-partition-limits.sh: Increase fs_file to 100M
fc4a62
* tests/t4100-msdos-partition-limits.sh: Increase fs_file to 100M
fc4a62
---
fc4a62
 tests/t4100-dvh-partition-limits.sh   | 2 +-
fc4a62
 tests/t4100-msdos-partition-limits.sh | 2 +-
fc4a62
 2 files changed, 2 insertions(+), 2 deletions(-)
fc4a62
fc4a62
diff --git a/tests/t4100-dvh-partition-limits.sh b/tests/t4100-dvh-partition-limits.sh
fc4a62
index d885502..ec6981d 100755
fc4a62
--- a/tests/t4100-dvh-partition-limits.sh
fc4a62
+++ b/tests/t4100-dvh-partition-limits.sh
fc4a62
@@ -37,7 +37,7 @@ mp=`pwd`/mount-point
fc4a62
 n=4096
fc4a62
 
fc4a62
 # create an XFS file system
fc4a62
-dd if=/dev/zero of=$fs bs=1MB count=2 seek=20 || fail=1
fc4a62
+dd if=/dev/zero of=$fs bs=1MB count=2 seek=100 || fail=1
fc4a62
 mkfs.xfs -f -q $fs || fail=1
fc4a62
 mkdir "$mp" || fail=1
fc4a62
 
fc4a62
diff --git a/tests/t4100-msdos-partition-limits.sh b/tests/t4100-msdos-partition-limits.sh
fc4a62
index ec1854f..f03a85e 100755
fc4a62
--- a/tests/t4100-msdos-partition-limits.sh
fc4a62
+++ b/tests/t4100-msdos-partition-limits.sh
fc4a62
@@ -37,7 +37,7 @@ mp=`pwd`/mount-point
fc4a62
 n=4096
fc4a62
 
fc4a62
 # create an XFS file system
fc4a62
-dd if=/dev/zero of=$fs bs=1MB count=2 seek=20 || fail=1
fc4a62
+dd if=/dev/zero of=$fs bs=1MB count=2 seek=100 || fail=1
fc4a62
 mkfs.xfs -f -q $fs || fail=1
fc4a62
 mkdir "$mp" || fail=1
fc4a62
 
fc4a62
-- 
fc4a62
1.8.4.2
fc4a62