← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1143659] Re: Deleting instance during snapshot leaves snapshot state in saving

 

Confirmed with Yang Yu that this problem has already been fixed in
Havana and Icehouse.

** Changed in: nova
     Assignee: Simon Chang (changsimon) => (unassigned)

** Changed in: nova
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1143659

Title:
  Deleting instance during snapshot leaves snapshot state in saving

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Details:
  1> Deploy an instance A.

  2> To capture instance A using rest api below
  Post
  http://9.123.99.189:8774/v2/ee5e8069ff6e41c7ad4fbb0a965885c2/servers/06a21e4e-61a9-4a4b-a268-4f40f817d782/action
  {
  "createImage" : {
  "name" : "zg-image4"
  }
  }

  3>After start capture, try to delete instance immediately.
  Delete
  http://9.123.99.189:8774/v2/ee5e8069ff6e41c7ad4fbb0a965885c2/servers/06a21e4e-61a9-4a4b-a268-4f40f817d782

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1143659/+subscriptions