← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1296590] Re: [libvirt] snapshots in progress are not cleaned when deleting an instance

 

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

** Changed in: nova
    Milestone: None => juno-1

-- 
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/1296590

Title:
  [libvirt] snapshots in progress are not cleaned when deleting an
  instance

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When creating an instance snapshot, if such instance is deleted while
  in the middle of the process, the snapshot may be left in the SAVING
  state because the instance disappears in the middle of the process or
  moves to the deleting task_state.

  Steps to reproduce:

  $ nova boot --image <image_id> --flavor <flavor> test
  $ nova image-create test test-snap
  $ nova delete test

  The image 'test-snap' will be left in the SAVING state although it
  should be deleted when we detect the situation.

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


References