Using vsphere store, image cannot be deleted if the template is missed in vcenter datastore
Bug #1418396 reported by
Jun Hong Li
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glance_store |
Fix Released
|
Medium
|
Jun Hong Li |
Bug Description
Test Steps:
1. configure glance use datastore back end
2. create a image, the image file will save in datastore
3. delete the image file from glance data store
4. delete the image from openstack side and failed
However, if we choose the file as the backend store, we perform the similar actions, it deletes the image successfully:
1. delete the image from local file system.
2. delete the image with glance cli, it works fine, and the image is deleted.
Changed in glance: | |
assignee: | nobody → Jun Hong Li (junhongl) |
status: | New → In Progress |
affects: | glance → glance-store |
Changed in glance-store: | |
importance: | Undecided → Medium |
Changed in glance-store: | |
milestone: | none → v0.1.12 |
Changed in glance-store: | |
milestone: | v0.1.12 → v0.1.13 |
Changed in glance-store: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
FIx is submitted here:
https:/ /review. openstack. org/#/c/ 153169