Ganeti 2.16.2-1 RPM
If you are updating from a version earlier than 2.16.1, see Installation and Upgrade guides.
Changes
- Add backport patch from the upstream for VLAN aware bridge (#28, #29, thanks @alfonso-escribano)
- VLAN filter support on bridge
# Setup bridge interface for VLAN filter support on bridge(VLAN aware bridge) on all nodes
nmcli connection modify br0 bridge.vlan-filtering yes
nmcli connection down br0
nmcli connection up br0
# Example: set VLAN 100
gnt-instance modify --net 0:modify,vlan=100 instance1