From e59e7aa0ab9dd2d45a1cac46620ffb8d1d2e765c Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 6 Apr 2023 13:40:16 +0200 Subject: tests: use less demanding ext4 --- test/shell/integrity-caching.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/integrity-caching.sh b/test/shell/integrity-caching.sh index 158a31932..5539ac575 100644 --- a/test/shell/integrity-caching.sh +++ b/test/shell/integrity-caching.sh @@ -49,7 +49,7 @@ _prepare_vg() { } _test_fs_with_read_repair() { - mkfs.xfs -f -s size=4096 "$DM_DEV_DIR/$vg/$lv1" + mkfs.ext4 "$DM_DEV_DIR/$vg/$lv1" mount "$DM_DEV_DIR/$vg/$lv1" $mnt @@ -103,7 +103,7 @@ _test_fs_with_read_repair() { } _add_new_data_to_mnt() { - mkfs.xfs -f -s size=4096 "$DM_DEV_DIR/$vg/$lv1" + mkfs.ext4 "$DM_DEV_DIR/$vg/$lv1" mount "$DM_DEV_DIR/$vg/$lv1" $mnt -- cgit v1.2.1