]> git.proxmox.com Git - pve-common.git/commit
INotify: remove allow-hotplug from /etc/network/interfaces
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 7 Jan 2020 00:59:17 +0000 (01:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Jan 2020 09:32:36 +0000 (10:32 +0100)
commitc86cfb8bbd9b505d06b580582297fa670561437b
treeecf96b476cf708906c838fd7ef9e72e41dc0b27b
parent12349ad05fd6090db48ebb28fe9301b5f3c220de
INotify: remove allow-hotplug from /etc/network/interfaces

for user installing proxmox on top of debian,
debian install by default the first nic with allow-hotplug.

This is conflicting with "auto ...", but worst with ovs "allow-ovs ...".

User have reported race with ovs, where ovs vmbr was up before the nic.
https://forum.proxmox.com/threads/no-network-on-server-unless-i-ifdown-ifup-vmbr0.62733/

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/INotify.pm