Skip to content

Ganeti 2.16.2-1 RPM

Compare
Choose a tag to compare
@jfut jfut released this 03 Oct 01:49
· 130 commits to master since this release

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