summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index ee0acb6f6..0d7f45680 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -92,7 +92,6 @@ install_systemd_generators:
install_systemd_units: install_dbus_service
@echo " [INSTALL] systemd_units"
$(Q) $(INSTALL_DIR) $(systemd_unit_dir)
- $(Q) $(INSTALL_DATA) lvm2-pvscan.service $(systemd_unit_dir)/lvm2-pvscan@.service
ifeq ("@BUILD_DMEVENTD@", "yes")
$(Q) $(INSTALL_DATA) dm_event_systemd_red_hat.socket $(systemd_unit_dir)/dm-event.socket
$(Q) $(INSTALL_DATA) dm_event_systemd_red_hat.service $(systemd_unit_dir)/dm-event.service