[PATCH v2 4/9] generic/083 fix btrfs fs size for default mode
From: Anand Jain <hidden>
Date: 2018-09-25 10:30:12
Also in:
linux-btrfs
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Anand Jain <hidden>
Date: 2018-09-25 10:30:12
Also in:
linux-btrfs
Subsystem:
the rest · Maintainer:
Linus Torvalds
btrfs needs at least 256mb to create a FS with the defaults options. Signed-off-by: Anand Jain <redacted> --- tests/generic/083 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/generic/083 b/tests/generic/083
index 63d96ba2ab88..eabff02a36eb 100755
--- a/tests/generic/083
+++ b/tests/generic/083@@ -71,7 +71,7 @@ workout() echo "*** test out-of-space handling for random write operations" -filesize=`expr 100 \* 1024 \* 1024` +filesize=`expr 256 \* 1024 \* 1024` agcount=6 numprocs=15 numops=1500
--
1.8.3.1