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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user