1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

TEST: Add missing test for RAID module version

RAID10 was added to dm-raid module version 1.3.0.  Omitted test for
this version is causing test suite to fail.
This commit is contained in:
Jonathan Brassow 2012-09-12 06:27:37 -05:00
parent 6d75ff138c
commit 5cdd7848f4

View File

@ -79,6 +79,8 @@ for i in 4 5 6 ; do
done
done
aux target_at_least dm-raid 1 3 0 || skip
# Extend RAID10 (2-stripes, 2-mirror)
for deactivate in true false; do
lvcreate --type raid10 -m 1 -i 2 -l 2 -n $lv1 $vg