mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: check btrfs-convert with extent and non-extent source
This is used to check the source which contains combination of Ext3 files in non-extent format and Ext4 extent-files. And validate the file md5sums before and after conversion. btrfs/012: BTRFS_CONVERT_PROG,E2FSCK_PROG definitions reused from common/config Signed-off-by: Lakshmipathi.G <Lakshmipathi.G@giis.co.in> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
519fc392af
commit
34d728d280
@@ -240,11 +240,14 @@ case "$HOSTOS" in
|
||||
export DUMP_F2FS_PROG="`set_prog_path dump.f2fs`"
|
||||
export BTRFS_UTIL_PROG="`set_prog_path btrfs`"
|
||||
export BTRFS_SHOW_SUPER_PROG="`set_prog_path btrfs-show-super`"
|
||||
export BTRFS_CONVERT_PROG="`set_prog_path btrfs-convert`"
|
||||
export XFS_FSR_PROG="`set_prog_path xfs_fsr`"
|
||||
export MKFS_NFS_PROG="false"
|
||||
export MKFS_CIFS_PROG="false"
|
||||
export MKFS_OVERLAY_PROG="false"
|
||||
export MKFS_REISER4_PROG="`set_prog_path mkfs.reiser4`"
|
||||
export E2FSCK_PROG="`set_prog_path e2fsck`"
|
||||
export TUNE2FS_PROG="`set_prog_path tune2fs`"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user