← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra

 

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

** Changed in: nova
    Milestone: None => liberty-1

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

Title:
  nova-manage db migrate_flavor_data doesn't do instances not in
  instance_extra

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

Bug description:
  nova-manage db migrate_flavor_data selects all of the instances by
  joining them to the instance_extra table and then checks which ones
  have flavor information in the metadata table or the extras table.
  However, if an instance isn't in instance_extra (for example, it
  hasn't been written to since the creation of the extras table) then it
  won't be migrated (even if it isn't deleted AND has flavor info in the
  metadata table).

  migrate_flavor_data should select all of the instances in the metadata
  table with flavor information and migrate those.

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


References