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:
parent
fcbffbdbc0
commit
acb8050a30
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user