PVE 8 upgrade issue - systemd-networkd-wait-online.service. using enterprise repo

Jun 12, 2020
26
7
23
Hi,

we have currently started to upgrade our PVE7 Cluster to PVE8 but after the upgrading the System we have discovered a problem with the networkintefaces.
We are using proxmox enterprise Repository.

Bash:
[FAILED] Failed to start systemd-networkd-wait-online.service - Wait for Network to be Configured.
The "systemd-networkd-wait-online.service" stucks on boot.

The systsme itself does only boot with an empty /etc/network/interfaces file (lo only).
After the reboot we can uncomment the interfaces and restart networking services without any problems.


Current Network Setup (worked fine on PVE7)

Bash:
auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual


auto eno2
iface eno2 inet manual


auto eno34
iface eno34 inet manual


auto eno33
iface eno33 inet static


auto bond0
iface bond0 inet manual
        bond-slaves eno33 eno34
        bond-miimon 100
        bond-mode 802.3ad
        network IP
        dns-nameservers IP
        dns-search DNS

auto bond1
iface bond1 inet static
        address IP/24
        bond-slaves eno1 eno2
        bond-miimon 100
        bond-mode active-backup
        bond-primary eno1
        network IP
        bond-downdelay 200
        bond-updelay 200

iface vmbr0 inet manual
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

auto vmbr0.3022
iface vmbr0.3022 inet static
        address IP/24
        gateway GW-IP

Do you have any suggestion, as I said, the problem only appeared after the Debian 12/PVE8 upgrade.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!