]> sourceware.org Git - lvm2.git/commitdiff
tests: adjust lvconvert-raid-reshape-size.sh delays/timeouts
authorHeinz Mauelshagen <heinzm@redhat.com>
Fri, 14 Jun 2024 10:58:49 +0000 (12:58 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Tue, 18 Jun 2024 12:13:20 +0000 (14:13 +0200)
test/shell/lvconvert-raid-reshape-size.sh

index b70ff3076dcbbd64d1d092faa646a5de8fae77cd..ea367da18d88f8edbfde7f637912783347666da0 100644 (file)
@@ -18,7 +18,7 @@ SKIP_RESIZE=0
 which mkfs.ext4 || skip
 [ $SKIP_RESIZE -eq 0 ] && ( which resize2fs || skip )
 
-aux kernel_at_least 6 10 0 || skip
+aux kernel_at_least 6 9 0 || skip
 
 test "$(aux total_mem)" -gt 1048576 || skip "Not enough RAM for this test"
 
@@ -44,15 +44,15 @@ function _get_pvs_stripes_and_delay
 
                case $raid_type in
                raid[45]*)
-                       ms=50
+                       ms=30
                        tst_stripes="5 4 11 9 15 13 19 18 22 21 25 23 28 30 31 29 33 31 34 33 37 45 41 50 55 60 63 30 15 10 8 3"
                        ;;
                raid6*)
-                       ms=30
+                       ms=20
                        tst_stripes="5 4 11 9 15 13 19 18 22 21 25 23 28 30 31 29 33 31 34 33 37 45 41 50 55 60 62 30 15 10 8 3"
                        ;;
                raid10*)
-                       ms=60
+                       ms=50
                        tst_stripes="5 8 9 11 13 14 15 19 20 22 23 25 27 28 29 32"
                        ;;
                esac
@@ -63,15 +63,15 @@ function _get_pvs_stripes_and_delay
 
                case $raid_type in
                raid[45]*)
-                       ms=100
+                       ms=40
                        tst_stripes="5 4 8 7 11 9 15 19 18 10"
                        ;;
                raid6*)
-                       ms=60
+                       ms=25
                        tst_stripes="5 4 8 7 11 9 15 18 10 5"
                        ;;
                raid10*)
-                       ms=120
+                       ms=40
                        tst_stripes="5 6 7 8 9 10"
                        ;;
                esac
@@ -184,7 +184,7 @@ function _add_stripes
        fsck -fy "$DM_DEV_DIR/$vg/$lv"
        aux delay_dev "$dev1" 0 0
        aux wait_for_sync $vg $lv 0
-       sleep 0.5
+       sleep 1
 
        # Now size consistency has to be fine
        [ $(_check_size $vg $lv $data_stripes) -eq 0 ] || die "LV size should be grown"
@@ -241,7 +241,7 @@ function _remove_stripes
        check lv_first_seg_field $vg/$lv datastripes $data_stripes
        check lv_first_seg_field $vg/$lv stripes $(_total_stripes $raid_type $data_stripes)
 
-       sleep 0.5
+       sleep 1
 
        # Now size consistency has to be fine
        [ $(_check_size $vg $lv $data_stripes) -eq 0 ] || die "LV size should be completely reduced"
This page took 0.036447 seconds and 5 git commands to generate.