mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs/012: check free size of scratch device before copying files
This test failed when scratch device don't have enough space for copying files. This patch gets size of files by du command and checks if there is enough space in the device. Signed-off-by: Sidong Yang <realwakka@gmail.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -42,6 +42,8 @@ _require_command "$BTRFS_CONVERT_PROG" btrfs-convert
|
||||
_require_command "$MKFS_EXT4_PROG" mkfs.ext4
|
||||
_require_command "$E2FSCK_PROG" e2fsck
|
||||
|
||||
_require_fs_space $SCRATCH_MNT $(du -s /lib/modules/`uname -r` | ${AWK_PROG} '{print $1}')
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
BLOCK_SIZE=`_get_block_size $TEST_DIR`
|
||||
|
||||
Reference in New Issue
Block a user