1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-26 07:33:16 +03:00

test: Blacklist fedora-19 kernel for RAID4/5/6 dev replace tests

A know issue with kmem_cach is causing failures while testing
RAID 4/5/6 device replacement.  Blacklist the offending kernel
so that these tests are not performed there.
This commit is contained in:
Jonathan Brassow
2013-09-20 11:33:29 -05:00
parent bd75844024
commit cafde60890
2 changed files with 35 additions and 0 deletions

View File

@@ -206,6 +206,8 @@ for i in {1..3}; do
lvremove -ff $vg
done
aux skip_if_raid456_replace_broken
# RAID 4/5/6 (can replace up to 'parity' devices)
for i in 4 5 6; do
lvcreate --type raid$i -i 3 -l 3 -n $lv1 $vg