_bury_in_cell0 could not handle instance duplicate exception
Bug #1857306 reported by
Yang Youseok
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
In Progress
|
Low
|
Rajesh Tailor | ||
Ocata |
New
|
Undecided
|
Unassigned | ||
Pike |
New
|
Undecided
|
Unassigned | ||
Queens |
New
|
Undecided
|
Unassigned | ||
Rocky |
New
|
Undecided
|
Unassigned | ||
Stein |
New
|
Undecided
|
Unassigned | ||
Train |
New
|
Undecided
|
Unassigned |
Bug Description
For stable/stein
if there were NoValidHost from scheduler, conductor should create Instance object in cell0. But I found if there is additional exception(
How to reproduce
1. osapi_compute_
2. Cellv2
3. Create instance with hostname which previously built and without any valid host.
Result
1. Conductor does not make instance DB creation in cell0 from _bury_in_cell0
What to expect
1. nova_cell0 create instance in cell0 with error state.
Thanks
Changed in nova: | |
assignee: | nobody → Amit Uniyal (auniyal) |
Changed in nova: | |
assignee: | Amit Uniyal (auniyal) → nobody |
Changed in nova: | |
assignee: | nobody → Rajesh Tailor (ratailor) |
To post a comment you must log in.
osapi_compute_ unique_ server_ name_scope = True is not a valid choice for that option:
https:/ /docs.openstack .org/nova/ stein/configura tion/config. html#DEFAULT. osapi_compute_ unique_ server_ name_scope
Valid Values: ‘’, project, global
What is the actual value you had set?
I'm not saying this is an invalid bug, and it's likely easy to recreate (I don't think this option is set in many deployments), I'm just wondering how you have things configured specifically to recreate it with a functional test in-tree so we can be assured of the fix.