summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2014-10-04 23:35:30 -0700
committerAndy Zhou <azhou@nicira.com>2014-10-06 10:23:46 -0700
commit3e5aeeb581faf7d69c09acbff7b0717ad5f27810 (patch)
treecb8a5e17ed0e5c933141d84dd20d6cf011d4d875 /NEWS
parent705e9260d54d55ed1d484a8fead27f33f714a94c (diff)
downloadopenvswitch-3e5aeeb581faf7d69c09acbff7b0717ad5f27810.tar.gz
bridge: Keep bond active slave selection across OVS restart
Whenever OVS restarts, it pseudo-randomly picks an interface of a bond port to be the active slave. This can cause traffic disruption in case the upstream switch does not support LACP, or in case of multi-chassis switches that do not support mLACP. This patch helps the situation by always record the last active slave into ovsdb. When OVS restarts, the stored last active slave has the highest priority to be selected again. In case this interface is available, due to configuration changes or being offline, OVS then consider other interfaces with the bond as it does today. In a nutshell, this patch makes the active slave selection stickier across OVS restart. VMware-BZ: 1332235 Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Alex Wang <alexw@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8bd45b68..74984a740 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ Post-v2.3.0
(IEEE 802.1D-2004). More conformance and interoperability testing is
still needed, so this should not be enabled on production environments.
- Stats are no longer updated on fake bond interface.
+ - Keep active bond slave selection across OVS restart.
v2.3.0 - 14 Aug 2014