From 7c8901dabde8d962a95a827f249ad50a86b0a42c Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 24 Apr 2023 22:18:10 +0200 Subject: tests: use 300M lv size for xfs --- test/shell/integrity-large.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/shell/integrity-large.sh b/test/shell/integrity-large.sh index 68822e3ef..37823ab96 100644 --- a/test/shell/integrity-large.sh +++ b/test/shell/integrity-large.sh @@ -96,7 +96,7 @@ _verify_data_on_lv() { # be extended from 4MB to 8MB. _prepare_vg -lvcreate --type raid1 -m1 -n $lv1 -l 8 $vg +lvcreate --type raid1 -m1 -n $lv1 -L 300 $vg lvchange -an $vg/$lv1 lvchange -ay $vg/$lv1 _add_data_to_lv -- cgit v1.2.1