summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-04-06 13:40:16 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2023-04-06 13:41:30 +0200
commite59e7aa0ab9dd2d45a1cac46620ffb8d1d2e765c (patch)
tree0eb8577bd33fda88e08347704099e8d584da68ce
parent7b5291a8ed7917a396232024880b252ecf6ab23f (diff)
downloadlvm2-e59e7aa0ab9dd2d45a1cac46620ffb8d1d2e765c.tar.gz
tests: use less demanding ext4
-rw-r--r--test/shell/integrity-caching.sh4
1 files 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