RBD: On image creation error, image is not deleted
Bug #1449639 reported by
Gorka Eguileor
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Medium
|
Unassigned | ||
Icehouse |
Fix Released
|
Undecided
|
Unassigned | ||
glance_store |
Fix Released
|
Medium
|
Gorka Eguileor | ||
Kilo |
Fix Released
|
Medium
|
Gorka Eguileor |
Bug Description
When an exception rises while adding/creating an image, and the image has been created, this new image is not properly deleted.
The fault lies in the `_delete_image` call of the Store.add method that is providing incorrect arguments.
This also affects Glance (Icehouse), since back then glance_store functionality was included there.
Changed in glance-store: | |
assignee: | nobody → Gorka Eguileor (gorka) |
description: | updated |
Changed in glance: | |
assignee: | nobody → Gorka Eguileor (gorka) |
Changed in glance-store: | |
status: | New → In Progress |
Changed in glance: | |
assignee: | Gorka Eguileor (gorka) → nobody |
Changed in glance-store: | |
milestone: | none → 0.5.0 |
importance: | Undecided → Medium |
Changed in glance-store: | |
status: | In Progress → Fix Released |
Changed in glance: | |
importance: | Undecided → Medium |
Changed in glance: | |
milestone: | none → liberty-1 |
status: | Fix Committed → Fix Released |
Changed in glance: | |
milestone: | liberty-1 → 11.0.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/178272
Review: https:/