]> git.proxmox.com Git - pve-common.git/commit
network_interfaces: use allow-ovs for OVSBridge
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 20 Sep 2019 06:45:05 +0000 (08:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Sep 2019 07:06:47 +0000 (09:06 +0200)
commit4ac94c72a2d9f127b9ce90b2ecfaf55a656b76e0
tree173204b7b53a9c416b9ef1998fc2009feac25f2e
parent9bbc4e174ccf064b394b35b697c5f80c716c8191
network_interfaces: use allow-ovs for OVSBridge

new openvswitch-switch service use "ifup --allow-ovs",
and this race with "auto ..." used by networking service

bug reported here:
https://forum.proxmox.com/threads/so-is-openvswitch-bonding-just-broken-on-pve-6-whats-going-on.58020/

This is also fixing ovs with ifupdown2

Openvswitch github have a note about this:
https://github.com/openvswitch/ovs/commit/e0dfd67b456c8ea36cc2e2f23039a300dbbedfed#diff-555e6da95251766b76e83867900bd8fe

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/INotify.pm
test/etc_network_interfaces/t.list-interfaces.pl
test/etc_network_interfaces/t.ovs_bridge_allow.pl