Comment 3 for bug 1205006

Revision history for this message
Zhi Yan Liu (lzy-dev) wrote :

Actually this is not a defect but an improvement. From DB you can see the original location be marked to "deleted" status. Since under current sqlalchemy db driver implementation [1], glance delete all "original" image's location entries first then to re-add "new" entries.

[1] https://github.com/openstack/glance/blob/master/glance/db/sqlalchemy/api.py#L859