1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

test: increase size of raid10 LV allowing tests to succeed on fast storage

Also add health char check.
This commit is contained in:
Heinz Mauelshagen 2019-10-02 14:59:17 +02:00
parent 242e2dccc3
commit b138a87f43

View File

@ -43,8 +43,8 @@ done
############################################## ##############################################
# Create an 8-way striped raid10 with 4 mirror # Create an 8-way striped raid10 with 4 mirror
# groups and rebuild selected PVs. # groups and rebuild selected PVs.
lvcreate --type raid10 -m 1 -i 4 -l 2 -n $lv1 $vg lvcreate --type raid10 -m 1 -i 4 -l 64 -n $lv1 $vg
_sync _sync "AAAAAAAA"
# Rebuild 1st and 2nd device would rebuild a # Rebuild 1st and 2nd device would rebuild a
# whole mirror group and needs to be rejected. # whole mirror group and needs to be rejected.