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:
parent
7168880caa
commit
bf81d5607a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user