← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1260806] Re: Defaulting device names fails to update the database

 

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

** Changed in: nova
    Milestone: None => icehouse-2

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

Title:
  Defaulting device names fails to update the database

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  _default_block_device_names method of the compute manager, would call
  the conductor block_device_mapping_update method with the wrong
  arguments, causing a TypeError and ultimately the instance to fail.

  This bug happens only when using a driver that does not provid it's
  own implementation of default_device_names_for_instance, (currently
  only the libvirt driver does this).

  Also affects havana since https://review.openstack.org/#/c/40229/

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


References