Hi Murilo, I noticed that cloudstack does not create storage VLAN bridges on KVM. I expect it to create it, though. You have to create a bridge manually and update the traffic labels for now.
Reference: https://github.com/apache/cloudstack/issues/7816 -Jithin From: Murilo Moura <murilomachado....@gmail.com> Date: Tuesday, 31 December 2024 at 3:11 AM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Storage traffic under VLAN Hi everyone! I'm trying to establish a separate VLAN for storage, but even after registering the IP range and VLAN for Storage on the Zone's network card, when I recreate the SSVM, ACS does not create a bridge for the VLAN on the KVM virtualization host, but instead creates a virtual interface for the SSVM on top of the host's cloudbr0 interface. Is there any way to make ACS create a bridge on the host for the SSVM (in the same way as it is done for the public address range that are also on top of separate VLANs)? tks!