65a132505a
This parameter sets inactive probe interval of the JSON session from ovn-controller to the OVN SB database. By default this it is 5s which not be sufficient in loaded systems or during high control-plane activity spikes, leading to unnecessary reconnections to OVSDB server. Now it is extended by default to 1 min and it is configurable. Depends-On: https://review.opendev.org/#/c/670861/ Change-Id: Ie7cb761ad3b4a180990de2916d6210d15ec0bf50 Closes-Bug: #1836604
9 lines
413 B
YAML
9 lines
413 B
YAML
---
|
|
features:
|
|
- |
|
|
This parameter sets inactive probe interval of the JSON session
|
|
from ovn-controller to the OVN SB database. By default this it
|
|
is 5s which not be sufficient in loaded systems or during high
|
|
control-plane activity spikes, leading to unnecessary reconnections
|
|
to OVSDB server. Now it is extended by default to 1 min and it is
|
|
configurable by param OVNRemoteProbeInterval. |