Deleting instance during snapshot leaves snapshot state in saving
Bug #1143659 reported by
Yang Yu
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Details:
1> Deploy an instance A.
2> To capture instance A using rest api below
Post
http://
{
"createImage" : {
"name" : "zg-image4"
}
}
3>After start capture, try to delete instance immediately.
Delete
http://
4> Response from Poster is '204 no content'
5> List instance with 'nova list'. Instance A is deleted
6> List image with 'nova image-list', Image 'zg-image4' keep 'saving' state with no error.
description: | updated |
Changed in nova: | |
assignee: | Rafi Khardalian (rkhardalian) → nobody |
status: | In Progress → Confirmed |
Changed in nova: | |
milestone: | grizzly-rc1 → none |
tags: | added: grizzly-rc-potential |
tags: |
added: grizzly-backport-potential removed: grizzly-rc-potential |
Changed in nova: | |
assignee: | Yang Yu (yuyangbj) → nobody |
status: | In Progress → Confirmed |
Changed in nova: | |
assignee: | nobody → Simon Chang (changsimon) |
tags: | removed: grizzly-backport-potential |
Changed in nova: | |
assignee: | nobody → Prateek Arora (parora) |
Changed in nova: | |
assignee: | Prateek Arora (parora) → nobody |
To post a comment you must log in.
Similar to:
bug 1076019 and bug 991941