Image data stays in staging store if image is deleted while its in importing state
Bug #1855417 reported by
Abhishek Kekane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Critical
|
Abhishek Kekane | ||
Train |
Fix Committed
|
Critical
|
Abhishek Kekane |
Bug Description
Image data stays in staging area (filesystem backend) if image is deleted while it is in 'importing' state.
Steps to reproduce:
1. Create image using new import workflow:
glance image-create-
2. Verify image is in 'importing' state and issue the delete call
glance image-delete <image-
Expected result:
1. Image should be deleted
2. Image data from staging area should be deleted
Actual result:
1. Image is deleted but;
2. Image data from staging area is not deleted
Changed in glance: | |
assignee: | nobody → Abhishek Kekane (abhishek-kekane) |
importance: | Undecided → Critical |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/697647
Review: https:/