From 753a774f5cd50ffb0c65102faee6e8968dfe9eaf Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Wed, 29 Feb 2012 18:41:58 -0800 Subject: [PATCH] xenserver: Always update the bridge ID in ovs-xapi-sync. In some cases we were seeing this column get stale. Bug #9929. Signed-off-by: Ethan Jackson Diagnosed-by: Justin Pettit --- xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync index b10df6b87..43af40678 100755 --- a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync +++ b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync @@ -270,9 +270,8 @@ def main(): # New bridge. update_fail_mode(row) update_in_band_mgmt(row) - if new_xnu != old_xnu: - # New bridge or bridge's xs-network-uuids has changed. - update_bridge_id(row) + + update_bridge_id(row) new_bridges[row.name] = new_xnu bridges = new_bridges -- 2.43.0