btrfs needs 200mb to create a fs with default block group which is non mixed, so pass 200mb to _scratch_mkfs_sized(). Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> --- tests/generic/387 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/generic/387 b/tests/generic/387 index 68a48012faa5..9d9d65d222c8 100755 --- a/tests/generic/387 +++ b/tests/generic/387 @@ -35,7 +35,8 @@ _supported_fs generic _supported_os Linux _require_scratch_reflink -_scratch_mkfs_sized $((32 * 1024 * 1024)) >> $seqres.full 2>&1 +#btrfs needs ~200mb to create default blockgroup fs +_scratch_mkfs_sized $((200 * 1024 * 1024)) >> $seqres.full 2>&1 _scratch_mount testfile=$SCRATCH_MNT/testfile -- 1.8.3.1