1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

TEST (lvconvert-raid): Turn on RAID conversion testing under snapshots

This commit is contained in:
Jonathan Brassow 2012-06-26 06:45:45 -05:00
parent 7168880caa
commit bf81d5607a

View File

@ -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