Browse Source
This parameter applies to the OVSDB Controller table when the native openflow driver is used. There are reports that increasing it can reduce errors on busy systems. This patch also sets the default value to 10s which is more than the OVS default of 5s. See the ovs-vswitchd.conf.db man page for full description. Conflicts: neutron/tests/functional/agent/common/test_ovs_lib.py Change-Id: If0d42919412dac75deb4d7f484c42cea630fbc59 Partial-Bug: #1817022 (cherry picked from commitchanges/24/663024/2540d00f68e
) (cherry picked from commit6e661ecd2d
)
5 changed files with 26 additions and 3 deletions
@ -0,0 +1,7 @@
|
||||
--- |
||||
other: |
||||
- | |
||||
A new option ``[ovs] of_inactivity_probe`` has been added to allow |
||||
changing the inactivity probe interval when using the OVS ML2 agent |
||||
with the native OpenFlow driver. Operators can increase this if they |
||||
are experiencing OpenFlow timeouts. The default value is 10 seconds. |
Loading…
Reference in new issue