summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2021-10-21 16:33:23 -0500
committerDavid Teigland <teigland@redhat.com>2021-10-21 16:33:23 -0500
commit221e75316f472fbf5eb2ad206b861ea255c099ed (patch)
tree88e7d8d5282db67563a1f82159aa634d5be89a2f /udev
parentae355ffc3f3286990778517e1ad6620368611258 (diff)
downloadlvm2-221e75316f472fbf5eb2ad206b861ea255c099ed.tar.gz
The path is known anyway and should be the bullet proof option.
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'udev')
-rw-r--r--udev/69-dm-lvm.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/69-dm-lvm.rules.in b/udev/69-dm-lvm.rules.in
index 39e5b9807..d6bf1e0e9 100644
--- a/udev/69-dm-lvm.rules.in
+++ b/udev/69-dm-lvm.rules.in
@@ -80,7 +80,7 @@ ENV{SYSTEMD_READY}="1"
# it's better suited to appearing in the journal.
IMPORT{program}="(LVM_EXEC)/lvm pvscan --cache --listvg --checkcomplete --vgonline --udevoutput --journal=output $env{DEVNAME}"
-ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="/usr/bin/systemd-run -r --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} lvm vgchange -aay --nohints $env{LVM_VG_NAME_COMPLETE}"
+ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="/usr/bin/systemd-run -r --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay --nohints $env{LVM_VG_NAME_COMPLETE}"
GOTO="lvm_end"
LABEL="lvm_end"