1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00

Use separate locking directory for each of the tests, as they never share a

volume group, or physical devices for that matter. Hopefully fixes occasional
test errors due to locking failures. Patch by jstava.
This commit is contained in:
Petr Rockai 2008-11-10 12:36:23 +00:00
parent 1066b93ade
commit fe2b20db56

View File

@ -170,6 +170,7 @@ prepare_lvmconf() {
}
global {
library_dir = "$G_root_/lib"
locking_dir = "$G_root_/var/lock/lvm"
}
EOF
}