Comment 6 for bug 1715317

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-vif (stable/pike)

Reviewed: https://review.openstack.org/505731
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=4d108c1c8f4ea9c147c4cac59fe9ecebf73e3bd7
Submitter: Zuul
Branch: stable/pike

commit 4d108c1c8f4ea9c147c4cac59fe9ecebf73e3bd7
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: I50775df3629a079e6ba6f167ebfa499ffa5c7cac
    Closes-Bug: 1715317
    Related-Bug: 1414559
    (cherry picked from commit fa4ff64b86e6e1b6399f7250eadbee9775c22d32)