The linux bridge installed for the particular vif type ovs-hybrid
should be configured to persistently keep the MAC learned from the
RARP packets sent by QEMU when starting on destination node. That to
avoid any break of the datapath during a live-migration. That because
at some point of the live-migration source and destination can be on
a same L2 and we could have the destination bridge learning from source.
Reviewed: https:/ /review. openstack. org/501132 /git.openstack. org/cgit/ openstack/ os-vif/ commit/ ?id=fa4ff64b86e 6e1b6399f7250ea dbee9775c22d32
Committed: https:/
Submitter: Jenkins
Branch: master
commit fa4ff64b86e6e1b 6399f7250eadbee 9775c22d32
Author: Sahid Orentino Ferdjaoui <email address hidden>
Date: Wed Sep 6 03:35:58 2017 -0400
ovs-hybrid: should permanently keep MAC entries
The linux bridge installed for the particular vif type ovs-hybrid
should be configured to persistently keep the MAC learned from the
RARP packets sent by QEMU when starting on destination node. That to
avoid any break of the datapath during a live-migration. That because
at some point of the live-migration source and destination can be on
a same L2 and we could have the destination bridge learning from source.
Change-Id: I50775df3629a07 9e6ba6f167ebfa4 99ffa5c7cac
Closes-Bug: 1715317
Related-Bug: 1414559