generic/083: fix btrfs fs size for default mode
authorAnand Jain <anand.jain@oracle.com>
Tue, 25 Sep 2018 04:24:17 +0000 (12:24 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 7 Oct 2018 14:57:07 +0000 (22:57 +0800)
btrfs needs at least 256mb to create a FS with the defaults options.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/083

index 63d96ba2ab8873a4065f30462095b5b82dfe5174..eabff02a36eb841f005b1e7411473cdef4c9332c 100755 (executable)
@@ -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