https://bugzilla.novell.com/show_bug.cgi?id=854413 https://bugzilla.novell.com/show_bug.cgi?id=854413#c0 Summary: systemd-udev-settle.service takes a long time to finish due to lvm2-activation-generator Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: dmzhang@suse.com ReportedBy: rmilasan@suse.com QAContact: qa-bugs@suse.de CC: systemd-maintainers@suse.de Found By: L3 Blocker: --- In our latest openSUSE, we have something called lvm2-activation-generator which generated 2 service file: lvm2-activation-early.service and lvm2-activation.service. This two service file are created on any system, no matter if LVM is used or not, which is incorrect. There are two ways at the moment to disable this: 1. mask the two service files: systemctl mask lvm2-activation-early.service systemctl mask lvm2-activation.service 2. set use_lvmetad to 1 in /etc/lvm/lvm.conf The lvm2-activation-generator should be made a bit more intelligent and maybe to check if we do have some kind of lvm setup on the system and if we don't just quit and don't generate any service files, will pull in udevadm settle all the time. I'll try to have a quick look on how vgscan works and maybe based on it we could fix lvm2-activation-generator too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.