1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

test: lvmetad-disabled

This commit is contained in:
David Teigland 2016-05-05 15:44:27 -05:00
parent 3d3efd7ab8
commit 757f7d5508

View File

@ -42,7 +42,7 @@ while ! test -e "$TESTDIR/lvmetad.socket"; do echo -n .; sleep .1; done # wait f
test -e "$LVM_LVMETAD_PIDFILE"
cp "$LVM_LVMETAD_PIDFILE" LOCAL_LVMETAD
not pvscan --cache 2>&1 | tee out
pvscan --cache 2>&1 | tee out
grep "WARNING: Disabling lvmetad cache" out
pvs 2>&1 | tee out