yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32451
[Bug 1447132] Re: nova-manage db migrate_flavor_data doesn't do instances not in instance_extra
** Also affects: nova/kilo
Importance: Undecided
Status: New
** Changed in: nova/kilo
Milestone: None => kilo-rc3
** Changed in: nova/kilo
Status: New => In Progress
** Changed in: nova/kilo
Importance: Undecided => High
--
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 Committed
Status in OpenStack Compute (nova) kilo series:
In Progress
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