summaryrefslogtreecommitdiff
path: root/test/shell/lvconvert-raid.sh
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2013-09-20 11:33:29 -0500
committerJonathan Brassow <jbrassow@redhat.com>2013-09-20 11:33:29 -0500
commitcafde608909b87aedeb76f0eda1397f7bf98fea4 (patch)
tree748e73829f68c59f0e869fd90fb7e82b17112336 /test/shell/lvconvert-raid.sh
parentbd75844024ad4a2e66c7743c50e189a00c233284 (diff)
downloadlvm2-cafde608909b87aedeb76f0eda1397f7bf98fea4.tar.gz
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.
Diffstat (limited to 'test/shell/lvconvert-raid.sh')
-rw-r--r--test/shell/lvconvert-raid.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/shell/lvconvert-raid.sh b/test/shell/lvconvert-raid.sh
index 4c083863e..6762db22e 100644
--- a/test/shell/lvconvert-raid.sh
+++ b/test/shell/lvconvert-raid.sh
@@ -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