disconnected interface not set to optional in netplan config

Bug #1832855 reported by Dylan Wang
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
MAAS
Triaged
High
Unassigned

Bug Description

recently I found our servers stuck 2 mins after boot due to:

"A start job is running for Wait for Network to be Configured."

according to https://askubuntu.com/questions/1090631/start-job-is-running-for-wait-for-network-to-be-configured-ubuntu-server-18-04

set the disconnected interface to optional fix this issue.

I think netplan template need update, this slow down everyone's boot time.

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Please provide the curtin config MAAS sends:

maas <user> machine get-curtin-config <system_id>

Changed in maas:
status: New → Incomplete
milestone: none → 2.7.0alpha1
Revision history for this message
Dylan Wang (hyuwang) wrote :

Please check the attacked logs below, and the resulting netplan config is:

cat /etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    version: 2
    ethernets:
        enp24s0f0:
            addresses:
            - xx.xx.xx.140/28
            gateway4: xx.xx.xx.129
            match:
                macaddress: b4:2e:99:52:0a:6a
            mtu: 1500
            nameservers:
                addresses:
                - xx.xx.xx.131
                search:
                - maas
            set-name: enp24s0f0
        enp24s0f1:
            match:
                macaddress: b4:2e:99:52:0a:6b
            mtu: 1500
            set-name: enp24s0f1
        enp61s0f2:
            match:
                macaddress: 30:9c:23:99:3d:48
            mtu: 1500
            set-name: enp61s0f2
        enp61s0f3:
            match:
                macaddress: 30:9c:23:99:3d:49
            mtu: 1500
            set-name: enp61s0f3

Changed in maas:
status: Incomplete → New
Lee Trager (ltrager)
Changed in maas:
status: New → Triaged
status: Triaged → Confirmed
Changed in maas:
importance: Undecided → High
status: Confirmed → Triaged
Changed in maas:
milestone: 2.7.0b1 → 2.7.0b2
Changed in maas:
milestone: 2.7.0b2 → none
Revision history for this message
Stefan Fleischmann (sfleischmann) wrote :

Is there more information needed on this? We're also affected by this and would be happy to provide info if needed and possibly also test patches.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.