1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Check for file with clvmd pid

Instead of checking  $LOCAL_CLVMD set during some 'aux' execution which
doesn't seem to be propagated to this shell - check for existance of pid
file of clvmd process - so this test is skipped in singlenode cluster test.
This commit is contained in:
Zdenek Kabelac 2011-01-13 11:05:27 +00:00
parent d044827d9a
commit c6e087d54a

View File

@ -14,7 +14,7 @@ test_description='test some blocking / non-blocking multi-vg operations'
. lib/test . lib/test
aux prepare_devs 3 aux prepare_devs 3
test -n "$LOCAL_CLVMD" && exit 200 test -e LOCAL_CLVMD && exit 200
pvcreate $dev1 $dev2 pvcreate $dev1 $dev2
vgcreate $vg $dev1 $dev2 vgcreate $vg $dev1 $dev2