yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19252
[Bug 1358795] [NEW] instance.create.end notification may not be sent if the instance is deleted during boot
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References