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