1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-25 18:50:51 +03:00

Try to detect fail in clvmd startup in tests.

This commit is contained in:
Milan Broz 2010-12-09 11:19:21 +00:00
parent 8a9dbd13e7
commit c384ad4074

View File

@ -77,6 +77,10 @@ prepare_clvmd() {
clvmd -Isinglenode -d 1 &
LOCAL_CLVMD="$!"
# check that it is really running now
sleep .1
ps $LOCAL_CLVMD || exit 200
}
prepare_dmeventd() {
@ -396,6 +400,7 @@ prepare_lvmconf() {
locking_dir = "$TESTDIR/var/lock/lvm"
$locktype
si_unit_consistency = 1
fallback_to_local_locking = 0
}
activation {
udev_sync = 1