From 9a299d2d7a04759749bd6c01a86b90fd13f27b96 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 13 Apr 2016 15:07:53 -0500 Subject: [PATCH] tests: lvmetad-lvm1 fix workaround this test failure until the proper lvmetad/lvm1 fixes arrive shortly. --- test/shell/lvmetad-lvm1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/lvmetad-lvm1.sh b/test/shell/lvmetad-lvm1.sh index 7a93f748f..97208336a 100644 --- a/test/shell/lvmetad-lvm1.sh +++ b/test/shell/lvmetad-lvm1.sh @@ -19,11 +19,11 @@ SKIP_WITH_LVMPOLLD=1 aux prepare_devs 2 pvcreate --metadatatype 1 "$dev1" -not vgscan --cache +vgscan --cache pvs | tee out not grep "$dev1" out vgcreate --metadatatype 1 $vg1 "$dev1" -not vgscan --cache +vgscan --cache vgs | tee out not grep $vg1 out pvs | tee out -- 2.43.5