diff mbox series

[4/9] generic/083 create at least 200mb fs

Message ID 1537784193-24431-5-git-send-email-anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series Fix _scratch_mkfs_sized() for btrfs | expand

Commit Message

Anand Jain Sept. 24, 2018, 10:16 a.m. UTC
btrfs needs at least ~200mb to create a FS with the defaults options,
so instead of 100mb create 200mb sized fs.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 tests/generic/083 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/generic/083 b/tests/generic/083
index 63d96ba2ab88..e5f0a88ef221 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 200 \* 1024 \* 1024`
 agcount=6
 numprocs=15
 numops=1500