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.
Change-Id: If0d42919412dac75deb4d7f484c42cea630fbc59
Partial-Bug: #1817022
(cherry picked from commit 540d00f68e
)
changes/74/660074/2
6 changed files with 34 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