Make timeout for ovs-vsctl configurable
This patch adds a new configuration variable for the timeout on ovs-vsctl commands, and sets the default timeout to 10 seconds. This is aimed at allowing users to tune the agents in order to avoid timeout errors on their deployments. Change-Id: I73ea0d0de49a4b4a118bc2d68ad9c093ea122717 Closes-Bug: #1254520
This commit is contained in:
@@ -81,3 +81,7 @@
|
||||
# you are sure that your version of iproute does not suffer from the problem.
|
||||
# If True, namespaces will be deleted when a dhcp server is disabled.
|
||||
# dhcp_delete_namespaces = False
|
||||
|
||||
# Timeout for ovs-vsctl commands.
|
||||
# If the timeout expires, ovs commands will fail with ALARMCLOCK error.
|
||||
# ovs_vsctl_timeout = 10
|
||||
|
||||
Reference in New Issue
Block a user