]> sourceware.org Git - lvm2.git/commitdiff
tests: lvmetad-lvm1 fix
authorDavid Teigland <teigland@redhat.com>
Wed, 13 Apr 2016 20:07:53 +0000 (15:07 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 13 Apr 2016 20:07:53 +0000 (15:07 -0500)
workaround this test failure until the proper
lvmetad/lvm1 fixes arrive shortly.

test/shell/lvmetad-lvm1.sh

index 7a93f748fb0860f74bc0ddd0a975062eee962761..97208336ada001ca31d6f601989b6fd912d084ed 100644 (file)
@@ -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
This page took 0.039928 seconds and 5 git commands to generate.