Host is not unmapped when the host_mapping is deleted during delete_cell operation
Bug #1747936 reported by
Surya Seetharaman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Surya Seetharaman | ||
Pike |
Fix Committed
|
Medium
|
Surya Seetharaman | ||
Queens |
Fix Committed
|
Medium
|
Surya Seetharaman |
Bug Description
Presently when a host_mapping is deleted during the nova-manage cell_v2 deleted_cell operation, the compute node record still remains with its mapped field set to 1. Due to this, if we delete a cell, and later create a new cell, the discover_hosts command will not work and the compute node will not get mapped to the new cell.
Solution:
Before the host is deleted during the delete_cell operation, the mapped field in compute_nodes table should be set to 0.
This bug is similar to this one : https:/
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in nova: | |
assignee: | Surya Seetharaman (tssurya) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → Surya Seetharaman (tssurya) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/542964
Review: https:/