Closed patrick-lomakin closed 1 month ago
You can try with workaround 49eaf70
I got the answers from https://github.com/oVirt/ovirt-engine/issues/944
Commit https://github.com/oVirt/vdsm/commit/49eaf70c5a14eb00e85eac5f91ac36f010a9a327 And it's not a workaround, its a proper fix :)
Affected version
Describe the bug From my observations, when adding a new network, the VDSM service automatically configures the host network interface with multiple static routes are used instead of the default gateway to the default gateway. The default gateway field remains empty in the host interface settings. It is also empty in the host settings through the control panel. With this configuration, Ovirt does not show that the network is not synchronized, but if no gateway is specified, the new address is unavailable from the Ovirt virtual machine. If you specify the default gateway in the network settings of the desired host, from the Ovirt virtual machine to the address from the new network on the host is pinged and everything works as it should. But after setting the default gateway, the network is marked as not synchronized. Also note that the ovirtmgmt network is also not synchronized after a clean installation.
To reproduce
Expected behavior The network is saved and remains synchronized
Screenshots
Additional context