← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1432913] Re: rescue imageref not pulling image metadata during rescue mode

 

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

** Changed in: nova
    Milestone: None => kilo-rc1

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

Title:
  rescue imageref not pulling image metadata during rescue mode

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  We recently added a new feature with the nova api allow a user to
  specify a rescue_image_ref and a password to the rescue mode action in
  nova.  When specifying an alternative image we're not currently
  utilizing the image vm_mode and image auto_disk_config flags and are
  using the current instance flags.  For example, if you are to specify
  an hvm image to rescue a pv vm, you'll end up with a pv vm built off a
  pv image if you even get that far, as auto_disk_config will traceback
  first depending on whether or not compute can resize the file system
  during rescue mode due to auto_disk_config being turned on.

  I have a potential fix for this issue and will be creating a code
  review.

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


References