yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88098
[Bug 1958364] [NEW] [ovn]Set NB/SB connection inactivity_probe does not work for cluster
Public bug reported:
If ovn is single node, we set config like:
[ovn]
ovn_nb_connection = tcp:100.2.223.2:6641
ovn_sb_connection = tcp:100.2.223.2:6642
The NB/SB connection inactivity_probe can be set correctly.
When ovn is in cluster deployment, config like:
[ovn]
ovn_nb_connection = tcp:100.2.223.2:6641,tcp:100.2.223.12:6641,tcp:100.2.223.30:6641
ovn_sb_connection = tcp:100.2.223.2:6642,tcp:100.2.223.12:6642,tcp:100.2.223.30:6642
Set NB/SB connection inactivity_probe does not work right.
** Affects: neutron
Importance: Undecided
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1958364
Title:
[ovn]Set NB/SB connection inactivity_probe does not work for cluster
Status in neutron:
In Progress
Bug description:
If ovn is single node, we set config like:
[ovn]
ovn_nb_connection = tcp:100.2.223.2:6641
ovn_sb_connection = tcp:100.2.223.2:6642
The NB/SB connection inactivity_probe can be set correctly.
When ovn is in cluster deployment, config like:
[ovn]
ovn_nb_connection = tcp:100.2.223.2:6641,tcp:100.2.223.12:6641,tcp:100.2.223.30:6641
ovn_sb_connection = tcp:100.2.223.2:6642,tcp:100.2.223.12:6642,tcp:100.2.223.30:6642
Set NB/SB connection inactivity_probe does not work right.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1958364/+subscriptions
Follow ups