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