vlan configuration/unconfigured interfaces creates slow boot time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Won't Fix
|
High
|
Unassigned | ||
cloud-init |
Expired
|
Undecided
|
Unassigned | ||
curtin |
Triaged
|
Medium
|
Unassigned | ||
ifupdown |
New
|
Undecided
|
Unassigned |
Bug Description
maas: 1.9.1+bzr4543-
Deploying juju bootstrap node on Ubuntu 14.04 with the following network configuration:
eth0
static assigned IP address, default VLAN (no trunking)
eth1
static assigned IP address, secondary VLAN
eth1.2667
static assigned IP address, VLAN 2667
eth1.2668
static assigned IP address, VLAN 2668
eth1.2669
static assigned IP address, VLAN 2669
eth1.2670
static assigned IP address, VLAN 2670
eth2
unconfigured
eth3
unconfigured
MAAS generates a /e/n/i which auto stanzas for the VLAN devices and the unconfigured network interfaces; the upstart process which checks that network configuration is complete waits for /var/run/ifup.XXXX to exists for all auto interfaces; these will never appear for either the VLAN interfaces or the unconfigured network interfaces.
As a result, boot time if very long as cloud-init and networking both take 2 minutes to timeout waiting for network interfaces that will never appear to be configured.
summary: |
- bridges/vlan configuration creates slow boot time + vlan configuration/unconfigured interfaces creates slow boot time |
Changed in maas: | |
milestone: | 1.9.2 → 1.9.3 |
Changed in maas: | |
status: | New → Triaged |
Changed in maas: | |
milestone: | 1.9.3 → 1.9.4 |
Changed in maas: | |
milestone: | 1.9.4 → 1.9.5 |
Correction; auto is required on the VLAN interfaces.