GitHub user Sparc0 added a comment to the discussion: Mangement network does not use defined vlan
I tried to add a storage network and that one also takes vlan into consideration and creates the necessary interfaces to bind the VM correctly. ``` 2026-01-26 19:25:23,072 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) nic=[Nic:Management-10.139.62.58-vlan://3006] 2026-01-26 19:25:23,072 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) nic=[Nic:Public-100.87.170.253-vlan://214] 2026-01-26 19:25:23,072 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) creating a vNet dev and bridge for public traffic per traffic label cloudbr0 2026-01-26 19:25:23,072 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) Executing command [/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 214 -p bond0 -b brbond0-214 -o add ]. 2026-01-26 19:25:23,121 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) Successfully executed process [2799451] for command [/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 214 -p bond0 -b brbond0-214 -o add ]. 2026-01-26 19:25:23,122 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) nic=[Nic:Storage-10.139.62.38-storage://3006] 2026-01-26 19:25:23,122 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) creating a vNet dev and bridge for Storage traffic per traffic label cloudbr0 2026-01-26 19:25:23,122 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) Executing command [/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 3006 -p bond0 -b brbond0-3006 -o add ]. 2026-01-26 19:25:23,176 DEBUG [kvm.resource.BridgeVifDriver] (AgentRequest-Handler-2:[]) (logid:d42c5695) Successfully executed process [2799469] for command [/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh -v 3006 -p bond0 -b brbond0-3006 -o add ]. ``` GitHub link: https://github.com/apache/cloudstack/discussions/12521#discussioncomment-15609479 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
