From b28088f0e497262670c02f4b273c5a00983077c9 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 19 Sep 2011 18:40:51 +0000 Subject: [PATCH] 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 ? --- test/api/percent.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.5