datanetwork and mgmtnet cannot be on same interface

Bug #1881517 reported by Macks
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
StarlingX
Triaged
Low
Unassigned

Bug Description

Brief Description
-----------------
Worker node has 2 10gbe ports. I want to create a bond interface and then create vlans on the bond for mgmt, vxlan datanet and vlan datanet.

Severity
--------
Minor: System/Feature is usable with minor issue

Steps to Reproduce
------------------
```
system host-if-delete worker-0 mgmt0

system host-if-add worker-0 -m 9216 -a 802.3ad -x layer2 bond0 ae eno1 eno2

system host-if-add worker-0 -V 10 -c platform mgmt0 vlan bond0
system interface-network-assign worker-0 mgmt0 mgmt
system host-if-modify -m 9216 worker-0 mgmt0
system interface-network-assign worker-0 mgmt0 cluster-host

system datanetwork-add -m 9050 -g 239.0.0.1 -p 4789 -t 255 -M dynamic physgnet vxlan
system host-if-add worker-0 -m 9216 -V 20 -c data datag0 vlan bond0
system host-if-modify --ipv4-mode static worker-0 datag0
system host-addr-add worker-0 datag0 192.168.100.40 24
system interface-datanetwork-assign worker-0 datag0 physgnet

system datanetwork-add physnet0 vlan
system host-if-add worker-0 -m 1500 -V 31 -c data data0 vlan bond0
system interface-datanetwork-assign worker-0 data0 physnet0
```

Expected Behavior
------------------
vxlan should work
vlan should work for range 31-31.

Actual Behavior
----------------
worker-0 unlocks ok and then goes into bootloop.

Reproducibility
---------------
100% reproducible on stx3.0

System Configuration
--------------------
Controller storage baremetal

Workaround
----------
Do not use bond for datanetwork.

Revision history for this message
Ghada Khalil (gkhalil) wrote :

Low priority - stx doesn't support configuring mgmt and data interfaces on the same physical interface.

Changed in starlingx:
importance: Undecided → Low
status: New → Triaged
tags: added: stx.networking
Revision history for this message
Macks (macksme) wrote :

that's too bad. but how about vxlan and vlan on the same phy interface?

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.