** Also affects: neutron/juno Importance: Undecided Status: New ** Changed in: neutron/juno Importance: Undecided => High
** Changed in: neutron/juno Status: New => Fix Committed ** Changed in: neutron/juno Milestone: None => 2014.2.3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1367999 Title: live-migration causes VM network disconnected forever Status in OpenStack Neutron (virtual network service): Fix Released Status in neutron juno series: Fix Committed Bug description: OS: RHEL 6.5 OpenStack: RDO icehouse and master Neutron: Linuxbridge + VxLAN + L2pop Testbed: 1 controller node + 2 compute nodes + 1 network node Reproduction procedure: 1. Start to ping VM from qrouter namespace using fixed IP Start to ping VM from outside using floating IP 2. Live-migrate the VM from compute1 to compute2 3. VM Network disconnects after several seconds 4. Even if Nova reports that the migration is finished, Ping is still not working. Debug Info on network node: Command: ['sudo', 'bridge', 'fdb', 'add', 'fa:16:3e:b3:fd:27', 'dev', 'vxlan-1', 'dst', '192.168.2.103'] Exit code: 2 Stdout: '' Stderr: 'RTNETLINK answers: File exists\n' Cause: Before migration, the original fdb entry is there. After migration, l2pop will updates the fdb entry of the VM. It adds the new entry that causes ERROR. The right operation should be 'replace' not 'add'. By the way, 'replace' will safely add the new entry if old entry is not existed. I think this bug can be marked as High. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1367999/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp