[SOLVED] Problem when recharging the network

daruom13

Active Member
Aug 1, 2020
31
2
28
38
Hello,

I have an error when I modify the "network" part through the web interface.
The manipulation was done on a newly installed server.

I deleted vmbr0 (because OVH created it in DHCP), without applying the modifications (so as not to lose control of the server).

I recreate a vmbr0 with OVS (the first time to raise an error because I had not installed the package), assign the ip and bridge to eno1.

When I apply the change I have the following error:
reloaded.PNG
Le resultat de cette commande sur le shell :
Code:
root@pve-gra-prod01:~# ifreload -a
error: cmd '/usr/bin/ovs-vsctl list-ports vmbr0' failed: returned 1 (ovs-vsctl: no bridge named vmbr0
)
root@pve-gra-prod01:~#

However, it is present:
network.PNG

On the other hand, after restarting the server, the problem disappears.
 
It seems logical.
I realize that I recreate vmbr0 with ovs without having applied the modifications (to keep access to the interface.)
Thank you.