summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2012-06-26 06:45:45 -0500
committerJonathan Brassow <jbrassow@redhat.com>2012-06-26 06:45:45 -0500
commitbf81d5607a47eb0bf3963be54f4b765b2d24b895 (patch)
tree333ab29378f2dfd776a277a54b60e6b57742ffd7
parent7168880caa5f09da254e930313c2d59547643bb2 (diff)
downloadlvm2-bf81d5607a47eb0bf3963be54f4b765b2d24b895.tar.gz
lvm2-bf81d5607a47eb0bf3963be54f4b765b2d24b895.tar.xz
lvm2-bf81d5607a47eb0bf3963be54f4b765b2d24b895.zip
TEST (lvconvert-raid): Turn on RAID conversion testing under snapshots
-rw-r--r--test/shell/lvconvert-raid.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/shell/lvconvert-raid.sh b/test/shell/lvconvert-raid.sh
index 6c289a86..a4ebac98 100644
--- a/test/shell/lvconvert-raid.sh
+++ b/test/shell/lvconvert-raid.sh
@@ -81,11 +81,7 @@ vgcreate -c n -s 256k $vg $(cat DEVICES)
###########################################
# RAID1 convert tests
###########################################
-#
-# FIXME: Snapshots of RAID is available, but there are kernel bugs that
-# still prevent its use.
-#for under_snap in false true; do
-for under_snap in false; do
+for under_snap in false true; do
for i in 1 2 3 4; do
for j in 1 2 3 4; do
if [ $i -eq 1 ]; then