1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-26 07:33:16 +03:00

Speedup test run by a few minutes

Reduce disc excercise for some test and focus on LVM testing by
using smaller extent size.

Reduce number of teardown_devs calls and use vg/lvremove instead.

Don't sleep for seconds on pvmove.

FIXME: shell/lvconvert-mirror-basic.sh seems to need more checking.
Test fails for smalled extent size then 512k.
This commit is contained in:
Zdenek Kabelac
2012-03-04 16:02:19 +00:00
parent 98c92abf4e
commit 487c65373b
8 changed files with 134 additions and 162 deletions

View File

@@ -100,7 +100,7 @@ function is_raid_available()
########################################################
# MAIN
########################################################
is_raid_available || exit 200
is_raid_available || skip
aux prepare_vg 5 80
@@ -213,5 +213,3 @@ for i in 1 2 3 ; do
lvconvert --type raid1 $vg/$lv1
lvremove -ff $vg
done
exit 0