You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent conflicting remotes for ovn-db by removing unnecessary remote.
By default we will use --remote on ovn-ctl to start ovsdb on api_interface_address
and we have added a remote in connections table in bootstrap-db which sets to 0.0.0.0,
which will conflict if you have multiple seperated networks, you can see issue on ovsdb:
openvswitch/ovs-issues#344
This change will prevent this log: ovsdb_jsonrpc_server|ERR|ptcp:6641:0.0.0.0: listen
failed: Address already in use
Closes-Bug: #2088380
Change-Id: Ie32b4ed956c62b48058d43b8bf5cc3434310c381
0 commit comments