Blame SOURCES/0029-tests-Change-minimum-size-to-256MiB.patch

75c9f6
From c4bf408e794c3e2df85539e7d561da51a8ae2cad Mon Sep 17 00:00:00 2001
75c9f6
From: "Brian C. Lane" <bcl@redhat.com>
75c9f6
Date: Fri, 7 Nov 2014 11:15:55 -0800
75c9f6
Subject: [PATCH] tests: Change minimum size to 256MiB
75c9f6
75c9f6
btrfs on ppc64 wants 136MiB so expand the minimum temp filesystem size
75c9f6
for the t1700-probe-fs test.
75c9f6
---
75c9f6
 tests/t1700-probe-fs.sh | 2 +-
75c9f6
 1 file changed, 1 insertion(+), 1 deletion(-)
75c9f6
75c9f6
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
75c9f6
index 575ca24..83e6be4 100755
75c9f6
--- a/tests/t1700-probe-fs.sh
75c9f6
+++ b/tests/t1700-probe-fs.sh
75c9f6
@@ -28,7 +28,7 @@ for type in ext2 ext3 ext4 btrfs xfs nilfs2; do
75c9f6
       || { warn_ "$ME: no $type support"; continue; }
75c9f6
 
75c9f6
   case $type in ext*) n_sectors=8000 force=-F;;
75c9f6
-      *) n_sectors=$((257*1024)) force=;; esac
75c9f6
+      *) n_sectors=$((512*1024)) force=;; esac
75c9f6
 
75c9f6
   # create an $type file system
75c9f6
   if [ "$type" == "xfs" ]; then
75c9f6
-- 
75c9f6
1.9.3
75c9f6