Control: reassign -1 dracut Control: affects -1 multipath-tools Hi,
On Mon, Aug 12, 2024 at 11:38:54AM +0200, Thorsten Schlichting wrote: > I had to do some minor changes to multipath-tools to fresh install a new > system on SAN disks only. [..] > 1. I decided not to use the default initramfs-tools as it seems to miss code > that checks /etc/fstab and waits for all required FC LUN's to appear (which > usually takes up to 7-9s at my site), so system start always fails. The multipath-tools package only supports initramfs-tools, with the multipath-tools-boot package specially for SAN boot. dracut is entirely untested. > 1. Add conflict= lines to multipathd.socket file for systemd > 2. ln -s /lib/multipath /lib64 Both of these should IMO be fixed on the dracut side, especially the symlinks. The Conflict= lines also look like something one does not want on a running system, IOW they should be relevant only in the initrd. Reassigning to dracut. If there is something to be done on the multipath-tools side, let us know. Chris