From 67722b312390cdab29c076c912e14bd739c5c0f6 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 26 Mar 2021 11:39:05 -0500 Subject: 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 --- scripts/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.1