Delete and re-add of same node to compute_nodes table is broken
Bug #1352510 reported by
Chris Behrens
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Ed Leafe |
Bug Description
When a compute node is deleted (or marked deleted) in the DB and another compute node is re-added with the same name, things break.
This is because the resource tracker caches the compute node object/dict and uses the 'id' to update the record. When this happens, rt.update_
This mostly applies when using a virt driver where a nova-compute manages more than 1 "hypervisor".
Changed in nova: | |
status: | New → In Progress |
assignee: | nobody → Chris Behrens (cbehrens) |
importance: | Undecided → Medium |
tags: | added: compute ironic |
Changed in nova: | |
assignee: | Chris Behrens (cbehrens) → jichenjc (jichenjc) |
Changed in nova: | |
assignee: | jichenjc (jichenjc) → Ed Leafe (ed-leafe) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/111837
Review: https:/