Delete instance without block_device_mapping record in database after schedule error
Bug #1408527 reported by
zhangwenjian
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
melanie witt | ||
Pike |
Fix Committed
|
Medium
|
Mohammed Naser | ||
Queens |
Fix Committed
|
Medium
|
Mohammed Naser |
Bug Description
When a instance with cinder volume is failed to be scheduled to a host, its status becomes error.
Now I delete it successfully, but in block_device_
description: | updated |
Changed in nova: | |
assignee: | nobody → Bhavaniprasad (bhavaniprasadadapaka) |
assignee: | Bhavaniprasad (bhavaniprasadadapaka) → nobody |
Changed in nova: | |
assignee: | nobody → Anusha rayani (anusha-rayani) |
Changed in nova: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in nova: | |
assignee: | Anusha rayani (anusha-rayani) → Ankit Agrawal (ankitagrawal) |
status: | Confirmed → In Progress |
Changed in nova: | |
status: | New → In Progress |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
assignee: | Ankit Agrawal (ankitagrawal) → melanie witt (melwitt) |
importance: | Low → Medium |
no longer affects: | nova/ocata |
To post a comment you must log in.
After deleting a volume backed instance, volume information of that instance does not get deleted from database instead it updates "deleted" flag in "block_ device_ mapping" table of nova database.
I reproduced this issue and IMO, https:/ /review. openstack. org/#/c/ 145738/ will fix this issue that updates the "deleted" flag appropriately. Could you please confirm.