Unshelving an offloaded server does not restrict to the original cell
Bug #1702935 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Matt Riedemann |
Bug Description
This was mentioned in bug 1702932 but is a separate issue.
When we create a server it gets put in a specific cell and it's instance_mappings record in the API DB is set to map that instance to that cell.
If we migrate (cold, resize or live) the instance, the conductor task manager restrict the instance move operation to the same cell:
However, when we unshelve an offloaded server, there is nothing restricting the scheduler from picking a host in another cell:
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: pike-rc-potential |
Changed in nova: | |
assignee: | Chris Friesen (cbf123) → Matt Riedemann (mriedem) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/486208
Review: https:/