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:
parent
6d75ff138c
commit
5cdd7848f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user