* main - tests: test needs to have playable locking dir
@ 2021-03-23 10:37 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2021-03-23 10:37 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=acac3cb52457b536cf8e984ce947a0ac2e837a5d
Commit: acac3cb52457b536cf8e984ce947a0ac2e837a5d
Parent: b19e036918cf1c2ac2995e07809a28c06bd1f34a
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Mar 23 09:48:47 2021 +0100
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Mar 23 09:48:47 2021 +0100
tests: test needs to have playable locking dir
---
test/shell/vgchange-sysinit.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/shell/vgchange-sysinit.sh b/test/shell/vgchange-sysinit.sh
index cea72f4d0..5740addf5 100644
--- a/test/shell/vgchange-sysinit.sh
+++ b/test/shell/vgchange-sysinit.sh
@@ -22,6 +22,8 @@ aux prepare_pvs 2 8
var_lock="$DM_DEV_DIR/$vg1/$lv1"
# keep in sync with aux configured lockingdir
mount_dir="var/lock/lvm"
+mkdir -p $mount_dir
+aux lvmconf "global/locking_dir = \"$TESTDIR/$mount_dir\""
cleanup_mounted_and_teardown()
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-23 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23 10:37 main - tests: test needs to have playable locking dir Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.