Comment 2 for bug 1792905

Revision history for this message
Scott Moser (smoser) wrote : Re: [2.5] iSCSI systemd services fails and blocks for 1 min 30 secconds

See bug 1543204 for more information.

The change that caused this regression was in ubuntu released bionic images.
Between 20180831 and 20180911 the /lib/modules directory disappeared.

That means that 'copymods' cannot copy modules from initramfs into the
root filesystem, and without that, open-iscsi is behaving oddly.

We can/should make open-iscsi not block in this case as whatever it is
waiting for is probably not going to ever arrive (possibly a kernel module?).

But we want/need the /lib/modules directory in the images or copymods
can't really do what it does.