This also happens when an interface is only used for vlans and nothing
else.

I don't mind systemd-networkd-wait-online blocking the vlans that are
supposed to be on but it always block s when trying the trunk even if
it's up.


..
network:
  version: 2
  ethernets:
    enp3s0: {}
  vlans:
    vlan9:
      id: 9
      link: enp3s0
      dhcp4: false
      dhcp6: false
      addresses:
       - 192.168.194.2/24
..

/lib/systemd/systemd-networkd-wait-online --interface=vlan3
passes

/lib/systemd/systemd-networkd-wait-online --interface=enp3s0
blocks


2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
    link/ether 00:e0:4c:67:02:4c brd ff:ff:ff:ff:ff:ff
    inet6 fe80::2e0:4cff:fe67:24c/64 scope link
       valid_lft forever preferred_lft forever
root@clarisse:/home/zebulon# ip a show vlan9
5: vlan9@enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state 
UP group default qlen 1000
    link/ether 00:e0:4c:67:02:4c brd ff:ff:ff:ff:ff:ff
    inet 192.168.194.2/24 brd 192.168.194.255 scope global vlan9
       valid_lft forever preferred_lft forever
    inet6 fe80::2e0:4cff:fe67:24c/64 scope link
       valid_lft forever preferred_lft forever


I don't know if this is related/fixed or if this is something else.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060311

Title:
  Setting "optional: true" to overcome he timeout "Job systemd-networkd-
  wait-online" does no longer work with latest noble image

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2060311/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to