← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1358795] Re: instance.create.end notification may not be sent if the instance is deleted during boot

 

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

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

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

Title:
  instance.create.end notification may not be sent if the instance is
  deleted during boot

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  If an instance is deleted at a point during the virt driver.spawn()
  method that doesn't raise an exception, or while the power state is
  being updated, then the instance.save() which sets the final power
  state, vm_state, task_state, and launched_at will raise
  InstanceNotFound or UnexpectedDeletingTaskStateError and cause the
  final create.end notification to be skipped.  This could have
  implications for billing/usage in a deployment.

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


References