[SOLVED] Warning in Logs About systemd-udev-settle.service is Deprecated

utkonos

Active Member
Apr 11, 2022
152
49
33
I am observing the following line in the logs on a fresh install:

Code:
udevadm[346]: systemd-udev-settle.service is deprecated. Please fix zfs-import-cache.service not to pull it in.

I can see in the service file:

/etc/systemd/system/zfs-import.target.wants/zfs-import-cache.service

INI:
[Unit]
Description=Import ZFS pools by cache file
Documentation=man:zpool(8)
DefaultDependencies=no
Requires=systemd-udev-settle.service
After=systemd-udev-settle.service
 
Last edited:
Hi,
FYI, there is an upstream bug report for this with some potential solutions discussed, but AFAICT none actually being implemented yet.
 
@fiona Thanks for the quick response. I've subscribed to that Github issue and I'll mark this thread as SOLVED.