Functional VLAN tagged bonding interfaces are shown as disconnected

Bug #1881901 reported by Alexander Litvinov
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
MAAS
Fix Released
Medium
Unassigned
2.7
Fix Committed
Medium
Heather Lemon
2.8
Fix Released
Medium
Heather Lemon
maas-ui
Fix Released
Unknown

Bug Description

After configuring bond and VLAN tagged interfaces on top of it and deploying the server,
VLAN interfaces which are functional, are still shown as disconnected in MAAS UI.
(pls see screenshot)

$ maas root machine get-curtin-config :
https://pastebin.canonical.com/p/8V9bg22RfK/

/var/log/maas
https://private-fileshare.canonical.com/~alitvinov/random/varlogmaas.tar.gz

MAAS version: 2.7.1 (8262-g.9a49af7df-0ubuntu1~18.04.1)

Upstream github: https://github.com/canonical-web-and-design/maas-ui/issues/1429

Tags: sts
Revision history for this message
Alexander Litvinov (alitvinov) wrote :
description: updated
Ivan Hitos (ivanhitos)
tags: added: sts
Revision history for this message
Lee Trager (ltrager) wrote :

It looks like MAAS may be always creating virtual interfaces in a disconnected state as the link speed is unknown

$ maas $PROFILE machine read $SYSTEM_ID | jq -r '.interface_set | .[] | .name + ": " + (.link_connected|tostring)'
enp1s0: true
enp3s0: true
enp2s0: true
bond0: false
br0: false

MAAS should ensure they are created in a connected state.

Changed in maas:
status: New → Triaged
importance: Undecided → Medium
Revision history for this message
Billy Olsen (billy-olsen) wrote :

I'm thinking they should probably adopt the connected state of the parent (physical device) so that it accurately represents the connection. i.e. if the physical device is disconnected, then the virtual interface would also be disconnected.

description: updated
Changed in maas:
status: Triaged → Fix Committed
Changed in maas:
milestone: none → 2.9.0b1
Revision history for this message
Heather Lemon (hypothetical-lemon) wrote :
Changed in maas-ui:
importance: Undecided → Unknown
status: New → Unknown
Changed in maas-ui:
status: Unknown → Fix Released
Lee Trager (ltrager)
Changed in maas:
status: Fix Committed → Fix Released
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.