Port information is deleted in live-migration with NEC plugin.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Ryota Mibu | ||
Grizzly |
Fix Released
|
Medium
|
Gary Kotton |
Bug Description
This is a bug in NEC Plugin.
While migrating vm, it's port information is deleted at the end of the migration sequence.
This makes a lack of port information and the port is never activated.
The problem is that quantum-
In vm migration sequence,
1. nova-compute creates a new port on destination host,
2. quantum-agent(nec) sends port_added message to qauntum-
3. quantum-server(nec) updates port information,
4. (kvm migrates vm,)
5. nova-compute deletes old port on source host,
6. quantum-agent(nec) sends port_deleted message to qauntum-
7. quantum-server(nec) deletes port information.
I can fix this bug in a small patch,
I hope that the bugfix will be backported into grizzly release.
tags: | added: grizzly-backport-potential |
Changed in quantum: | |
milestone: | none → havana-1 |
importance: | Undecided → Medium |
tags: | removed: grizzly-backport-potential |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
tags: | removed: in-stable-grizzly |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/25367
Review: https:/