Comment 18 for bug 2016908

Revision history for this message
Francis Ginther (fginther) wrote : Re: Unable to deploy hosts with lunar images after 20230319 - fails to connect and download squashfs

Observations from udev debug logs:

* The 0418 log has lots of "Failed to set death signal: Invalid argument" not present in 0319
* In the 0418 log, the udev rules files are read, but I so no indication of them being used.
* In 0418, worker threads are "exiting with return code 1":
$ grep "block:" udev-debug-0418.log
block: Device is queued (SEQNUM=2697, ACTION=add)
block: Device ready for processing (SEQNUM=2697, ACTION=add)
block: Worker [690] is forked for processing SEQNUM=2697.
block: Worker [690] exited with return code 1.
block: sd-device-monitor(manager): Passed 212 byte to netlink monitor.

* In 0319, these appear to be successful:
$ grep "block: " udev-debug-0319.log
block: Device is queued (SEQNUM=2719, ACTION=add)
block: Device ready for processing (SEQNUM=2719, ACTION=add)
block: sd-device-monitor(manager): Passed 165 byte to netlink monitor.
block: Processing device (SEQNUM=2719, ACTION=add)
block: /usr/lib/udev/rules.d/60-block.rules:5 ATTR '/sys/module/block/parameters/events_dfl_poll_msecs' writing '2000'
block: Device processed (SEQNUM=2719, ACTION=add)
block: sd-device-monitor(worker): Passed 165 byte to netlink monitor.