ifdownup2 breaks network on nodes.

Also this was a functional node in the cluster before installing ifdownup2 and that network configuration worked.
 
I had the same issue. Had to uninstall ipdownup2 and reboot the nodes.
 
can you share your /etc/network/interfaces ? I've switched to ifupdown2 on a 5 node cluster, with very little issues (and a lot of new possiblities)
 
can you share your /etc/network/interfaces ? I've switched to ifupdown2 on a 5 node cluster, with very little issues (and a lot of new possiblities)

Sure, here's an example from one of our 3 node cluster.

They're all same.

Bash:
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface enp4s0 inet manual

auto enp4s0d1
iface enp4s0d1 inet static
        address  10.10.1.16
        netmask  255.255.255.0
#CEPH

iface enp3s0f0 inet manual

iface enp3s0f1 inet manual

auto bond0
iface bond0 inet static
        address  10.10.2.16
        netmask  255.255.255.0
        slaves eno1 eno2
        bond_miimon 100
        bond_mode broadcast
#Corosync Direct Host to Host

auto vmbr0
iface vmbr0 inet static
        address  10.10.0.16
        netmask  255.255.255.0
        gateway  10.10.0.1
        bridge_ports enp4s0
        bridge_stp off
        bridge_fd 0
#Proxmox
 
Mmm, nothing obvious which would prevent ifupdown2 to handle it. If you still have them arround, you should check the logs at the time the network wouldn't come up to see what went wrong
 
Mmm, nothing obvious which would prevent ifupdown2 to handle it. If you still have them arround, you should check the logs at the time the network wouldn't come up to see what went wrong

I worded my OP poorly. What I meant to say was that ifdownup2 was fully functional and worked fine a week ago. It's only on new installs this is happening (I haven't upgraded the cluster, though, so maybe it's bugged on the upgrades as well).
 
Chiming in here as I was directed from another thread. Same issue here, using ifupdown2 and OVS. I very specifically did the upgrade, rebooted and every server booped up after that. My temporary fix was to add auto vmbr1 to my OVS bridge, which is not ideal.

Following.
 

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!