Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(multipath): drop dependency on systemd-udev-settle.service
Rawhide systemd warns about this now: udevadm[445]: systemd-udev-settle.service is deprecated. Please fix multipathd-configure.service, multipathd.service not to pull it in. Similarly to dracutdevs#1552, we don't actually need that dependency anyway here. `multipathd-configure.service` just outputs a file in /etc and shouldn't need to probe devices, and `multipathd` itself by nature is designed to handle dynamic udev changes. So just drop it.
- Loading branch information