From: Zdenek Kabelac Date: Mon, 19 Sep 2011 18:40:51 +0000 (+0000) Subject: Another vgremove for speedup X-Git-Tag: v2_02_91~526 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b28088f0e497262670c02f4b273c5a00983077c9;p=lvm2.git Another vgremove for speedup It seems like test-suite is significantly slowed down on removal phase. Maybe it should be part of generic teardown - though the reason of slowdown should be also discovered - probably related to retry loop ? --- diff --git a/test/api/percent.sh b/test/api/percent.sh index 709490710..516c1d6c6 100644 --- a/test/api/percent.sh +++ b/test/api/percent.sh @@ -24,3 +24,5 @@ dd if=/dev/urandom of=$DM_DEV_DIR/$vg/snap2 count=1 bs=1024 lvcreate -m 1 -n mirr $vg -l 1 --mirrorlog core lvs $vg aux apitest percent $vg + +vgremove -ff $vg