Situation: I have five bridges. Each bridge is used for a different vLAN. The vLAN is specified on the bridge ports. I want to replace these vLAN-specific bridges by one bridge, where I will set the vLAN tag on VM NICs instead of the bridge itself.
Problem: to prevent downtime, I will update each VM NIC to use the new bridge, and configure the vLAN in the NIC settings. However, I can't, due to this error:
In this case, I am attempting to replace vmbr172 (old bridge, with bridge port eno2.243) by vmbr999 with tag 243. As you can see, Proxmox is preventing that.
Question: I could patch the die() in the source code, but I'm wondering if there is a better way to do what I'm trying to do.
Problem: to prevent downtime, I will update each VM NIC to use the new bridge, and configure the vLAN in the NIC settings. However, I can't, due to this error:
Code:
Parameter verification failed. (400) net0: hotplug problem - interface eno2.243 already exist in bridge vmbr172
Question: I could patch the die() in the source code, but I'm wondering if there is a better way to do what I'm trying to do.
Last edited: