mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: xfstests: make the scratch device for generic/256 slightly larger Date: Tue, 02 Jul 2013 19:17:18 -0000 From: Josef Bacik <jbacik@fusionio.com> X-Patchwork-Id: 5816 Message-Id: <1372792638-23957-1-git-send-email-jbacik@fusionio.com> To: <linux-btrfs@vger.kernel.org>, <xfs@oss.sgi.com> This is similar to a previous fix I sent. 1 gig makes us do mixed file block groups for btrfs, so these enospc tests will usually fail because we don't have space for metadata, which is the case for this test. So jack the size up to 1.5gig so that btrfs can do its normal thing and pass the test. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Reviewed-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
74357dea4a
commit
617491caf4
+1
-1
@@ -165,7 +165,7 @@ _test_full_fs_punch()
|
||||
|
||||
# Make a small file system to fill
|
||||
umount $SCRATCH_DEV &> /dev/null
|
||||
_scratch_mkfs_sized $(( 1024 * 1024 * 1024 )) &> /dev/null
|
||||
_scratch_mkfs_sized $(( 1536 * 1024 * 1024 )) &> /dev/null
|
||||
_scratch_mount
|
||||
# Test must be able to write files with non-root permissions
|
||||
chmod 777 $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user