Delete ARQs for an instance when the instance is deleted only delete bound arqs
Bug #1872730 reported by
sean mooney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Brin Zhang | ||
Ussuri |
In Progress
|
High
|
sean mooney |
Bug Description
During development of the cyborg integration with nova the patch that
Delete ARQs for an instance when the instance is deleted
Icb95890d8f16ca
as noted in https:/
if the arq are successfully created in the conductor and then the binding fails those
arqs would be leaked as they never entered the bound state. As a result if the instance was deleted
the ARQs that were created for the instance but not bound would not be deleted when the instance bound ARQs are clean up.
This bug tracks addressing that edge case.
Changed in nova: | |
assignee: | nobody → sean mooney (sean-k-mooney) |
status: | Triaged → In Progress |
Changed in nova: | |
assignee: | sean mooney (sean-k-mooney) → Brin Zhang (zhangbailin) |
Changed in nova: | |
assignee: | Brin Zhang (zhangbailin) → Wenping Song (wenping1) |
Changed in nova: | |
assignee: | Wenping Song (wenping1) → Brin Zhang (zhangbailin) |
To post a comment you must log in.
> if the arq are successfully created in the conductor and then the binding fails those
> arqs would be leaked as they never entered the bound state. As a result if the instance was deleted
> the ARQs that were created for the instance but not bound would not be deleted when the instance
> bound ARQs are clean up.
Right, that will be leaked in Cyborg db, and cannot be requested by another instance, although it was not bond for any instance.