nova rebuild fails after two rebuild requests when ironic is used
Bug #1564921 reported by
Vladyslav Drok
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Won't Fix
|
Undecided
|
Vladyslav Drok | ||
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Vladyslav Drok | ||
Mitaka |
New
|
Undecided
|
Unassigned | ||
Newton |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
First nova rebuild request passes fine, but further requests fail with the following message:
Instance b460e640-
The reason for this is that nova tries to reshcedule an instance during rebuild, and in case of ironic, there can't be 2 nodes associated with the same instance_uuid.
This can be checked on devstack since change I0233f964d8f294
Changed in nova: | |
assignee: | nobody → Vladyslav Drok (vdrok) |
Changed in ironic: | |
assignee: | nobody → Vladyslav Drok (vdrok) |
Changed in ironic: | |
status: | In Progress → Won't Fix |
tags: | added: mitaka-backport-potential newton-backport-potential |
To post a comment you must log in.
I'm not really sure what I0233f964d8f294 f0ffd9edcb16b1a af93486177f has to do with this.