1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: metadata-bad-text.sh with lvmlockd

skip part of test that doesn't apply
This commit is contained in:
David Teigland 2019-09-05 15:27:52 -05:00
parent fcbffbdbc0
commit acb8050a30

View File

@ -250,6 +250,11 @@ vgremove -ff $vg
# Test pvscan activation with bad PVs
#
# autoactivation not done on shared VGs
if test -n "$LVM_TEST_LVMLOCKD"; then
exit 0
fi
dd if=/dev/zero of="$dev1" || true
dd if=/dev/zero of="$dev2" || true
dd if=/dev/zero of="$dev3" || true