Activity log for bug #1782155

Date Who What changed Old value New value Message
2018-07-17 13:13:40 Mike Pontillo bug added bug
2018-07-17 13:13:40 Mike Pontillo attachment added Screenshot https://bugs.launchpad.net/bugs/1782155/+attachment/5164545/+files/bionic-wait-for-network.png
2018-07-17 13:48:30 Mike Pontillo description I'm not sure if this is an issue with how the netplan is rendered, or if this is a more general issue with networkd. Steps to reproduce: - Install a basic 18.04 server - Observe the current state of the Netplan configuration: """ # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens3: dhcp4: yes """ - Change the Netplan configuration to the following: """ # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: networkd ethernets: ens3: dhcp4: yes bridges: maas-br0: interfaces: [] addresses: - 172.16.99.22/24 """ - Reboot the system (sudo reboot) - Observe that the system takes longer than expected to shut down - After the system reboots, observe that the system does not boot as quickly as expected. By switching virtual consoles (Alt-F2, for example) observe that "A start job is running for Wait for Network to be Configured". (see screenshot) I have observed similar behavior when using bridges inside Bionic LXC containers as well. I'm not sure if this is an issue with how the netplan is rendered, or if this is a more general issue with networkd. Steps to reproduce:  - Install a basic 18.04 server (seen with nplan-0.36.3)  - Observe the current state of the Netplan configuration: """ # This file describes the network interfaces available on your system # For more information, see netplan(5). network:   version: 2   renderer: networkd   ethernets:     ens3:       dhcp4: yes """  - Change the Netplan configuration to the following: """ # This file describes the network interfaces available on your system # For more information, see netplan(5). network:   version: 2   renderer: networkd   ethernets:     ens3:       dhcp4: yes   bridges:     maas-br0:       interfaces: []       addresses:        - 172.16.99.22/24 """  - Reboot the system (sudo reboot)  - Observe that the system takes longer than expected to shut down  - After the system reboots, observe that the system does not boot as quickly as expected. By switching virtual consoles (Alt-F2, for example) observe that "A start job is running for Wait for Network to be Configured". (see screenshot) I have observed similar behavior when using bridges inside Bionic LXC containers as well.
2018-07-17 14:51:19 Ryan Harper netplan: status New Confirmed