[nailgun] networks are lost when interface is deleted
Bug #1425901 reported by
Aleksey Kasatkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Aleksey Kasatkin | ||
5.1.x |
Fix Committed
|
High
|
Aleksey Kasatkin | ||
6.0.x |
Fix Committed
|
High
|
Aleksey Kasatkin |
Bug Description
Issue arrives this way:
1. Some networks are mapped to the node's NIC.
2. NIC is deleted from nailgun DB for some reason (e.g. it was removed from node).
3. All networks that were mapped to that NIC become unavailable for that node.
Currently, the only way for deployed nodes to return networks to the node is to edit nailgun DB.
For newly added nodes you can remove and re-add node to environment.
Changed in fuel: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
tags: | added: customer-found |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Medium → High |
tags: | added: feature |
tags: | added: feature-hardware-changes |
tags: | removed: nailgun |
tags: |
added: feature-hardware-change removed: feature-hardware-changes |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Changed in fuel: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We should warn user about changes in node hardware before deployment and reset network checker status. We should not update our database in case of hardware changes after deployment.