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

tests: drop nosync

Mirrors currently do not support any conversion,
when they are created no-sync.
This commit is contained in:
Zdenek Kabelac 2014-05-19 13:22:46 +02:00
parent 477351fc4d
commit ecccb75904

View File

@ -77,7 +77,7 @@ test_lvconvert() {
fi
lvcreate -aey -l2 --type mirror -m $start_count --mirrorlog $start_log_type \
--nosync -n $lv1 $vg $alloc
-n $lv1 $vg $alloc
check mirror_legs $vg $lv1 $start_count_p1
# FIXME: check mirror log
else