← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1189391] Re: Allow confirm_resize action on an instance in 'deleting' status

 

** Changed in: nova/grizzly
       Status: Fix Committed => 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/1189391

Title:
  Allow confirm_resize action on an instance in 'deleting' status

Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack Compute (nova) grizzly series:
  Fix Released

Bug description:
  Deleting an instance in 'resized' state fails with UnexpectedTaskStateError.
  Steps to reproduce:
  1. Resize an  instance - Instance goes to 'resized' state
  2. Delete the instance

  The failure occurs because the delete method sets the task_state to
  'deleting' and then tries to do a confirm_resize on the instance.
  Here, the task state check fails. (Expected task state is None, but
  actually is in 'deleting' state)

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