summaryrefslogtreecommitdiff
path: root/udev/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-03-26 11:39:05 -0500
committerDavid Teigland <teigland@redhat.com>2021-10-07 12:42:31 -0500
commit67722b312390cdab29c076c912e14bd739c5c0f6 (patch)
tree42e3beddabd1a14f4a3fb44ed2adfcc4b6333c35 /udev/Makefile.in
parentbbf8e7db74d744c1462a63ae2bc64f4d46e8db9f (diff)
downloadlvm2-67722b312390cdab29c076c912e14bd739c5c0f6.tar.gz
new udev autoactivation
new udev rule 69-dm-lvm.rules replaces 69-dm-lvm-meta.rules and lvm2-pvscan.service udev rule calls pvscan directly on the added device pvscan output indicates if a complete VG can be activated udev env var LVM_VG_NAME_COMPLETE is used to pass complete VG name from pvscan to the udev rule udev rule uses systemd-run to run vgchange -aay <vgname>
Diffstat (limited to 'udev/Makefile.in')
-rw-r--r--udev/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/Makefile.in b/udev/Makefile.in
index e32cba921..e777dda16 100644
--- a/udev/Makefile.in
+++ b/udev/Makefile.in
@@ -18,7 +18,7 @@ top_builddir = @top_builddir@
include $(top_builddir)/make.tmpl
DM_RULES=10-dm.rules 13-dm-disk.rules 95-dm-notify.rules
-LVM_RULES=11-dm-lvm.rules 69-dm-lvm-metad.rules
+LVM_RULES=11-dm-lvm.rules 69-dm-lvm.rules
DM_DIR=$(shell $(GREP) "\#define DM_DIR" $(top_srcdir)/libdm/misc/dm-ioctl.h | $(AWK) '{print $$3}')