1
0
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:
Zdenek Kabelac 2023-07-12 13:58:50 +02:00
parent 85fb46d8a6
commit 33f022617a
2 changed files with 2 additions and 1 deletions

View File

@ -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"
}

View File

@ -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