mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/083: fix btrfs fs size for default mode
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>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user