mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: some fixes for lvmlockd testing
This commit is contained in:
parent
85fb46d8a6
commit
33f022617a
@ -56,7 +56,7 @@ create_dlm_conf() {
|
||||
mv "$DLM_CONF" "$DLM_CONF.prelvmtest"
|
||||
fi
|
||||
fi
|
||||
|
||||
mkdir -p "$(dirname "$DLM_CONF")"
|
||||
cp lib/test-dlm-conf "$DLM_CONF"
|
||||
echo "created new $DLM_CONF"
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
export LVM_TEST_LOCKING=1
|
||||
export LVM_TEST_LVMPOLLD=1
|
||||
export LVM_TEST_LVMLOCKD=1
|
||||
export LVM_TEST_LVMLOCKD_TEST=1
|
||||
export LVM_TEST_LOCK_TYPE_DLM=1
|
||||
export LVM_TEST_DEVDIR=/dev
|
||||
|
Loading…
Reference in New Issue
Block a user