← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1646819] Re: add more exceptions into spawn fail list

 

it's fine to keep doing this, but the bug hasn't been updated as to
what's left.

** Changed in: nova
       Status: New => Opinion

** Changed in: nova
   Importance: Low => Wishlist

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

Title:
  add more exceptions into spawn fail list

Status in OpenStack Compute (nova):
  Opinion
Status in OpenStack Compute (nova) newton series:
  In Progress

Bug description:
  we need consider to stop spawn when some exceptions occur, already had
  some thing like following (part)

  1985         except (exception.FlavorDiskTooSmall,
  1986                 exception.FlavorMemoryTooSmall,
  1987                 exception.ImageNotActive,
  1988                 exception.ImageUnacceptable,
  1989                 exception.InvalidDiskInfo,
  1990                 exception.InvalidDiskFormat,
  1991                 exception.SignatureVerificationError) as e:

  
  we can add more so not only we can avoid useless retry, but also we can add more helpful info into InstanceFault instead of 'NoValidHost' info into InstanceFault

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


References