From: Zdenek Kabelac Date: Mon, 19 Sep 2011 18:40:51 +0000 (+0000) Subject: Another vgremove for speedup X-Git-Tag: old-v2_02_89~457 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=dab5a7fad09b3f2ffd7ec509949591afdbc47715;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