On Wed, Feb 23, 2022 at 4:25 PM Zbigniew Jędrzejewski-Szmek <
zbys...@in.waw.pl> wrote:

> So this is the culprit. iscsi.service has Before=remote-fs-pre.target,
> After=network-online.target, which means that it'll delay the boot.
> remote-fs-pre.target is Before remote-fs.target which is Before
> multi-user.target.
> (Also see the chart in bootup(7).)
>
> There's a chain of deps that goes all the way to gnome-boxes and tmt:
> iscsi-initiator-utils ← libvirt-daemon-driver-storage-iscsi ←
> libvirt-daemon-driver-storage ← libvirt-daemon-kvm ← gnome-boxes,
>
> iscsi-initiator-utils ← libvirt-daemon-driver-storage-iscsi ←
> libvirt-daemon-driver-storage ← libvirt ← python3-testcloud ←
> tmt-provision-virtual
> ← tmt-all.
>
> At least the dependency in gnome-boxes means it'll be installed
> e.g. on Workstation.
>
> I see three+ solutions:
> a) change libvirt-daemon-driver-storage
> Requires:libvirt-daemon-driver-storage-iscsi
>    to Suggests:libvirt-daemon-driver-storage-iscsi,
> b) change the preset for iscsi.service to disabled,
> c) drop the ordering in iscsi.service,
> d) some combination of the above
>
>
Can confirm; 'systemctl disable iscsi.service' and a reboot of my F35
laptop resulted in a GDM login prompt before the network connection had
even been completed.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to