rcbops / openstack-ops

Tasks and Scripts written by the RPC Support team for use in RPC environments
Apache License 2.0
14 stars 24 forks source link

Modify Nova Cleanup script (lessons learned) #155

Closed albertcard closed 4 years ago

albertcard commented 4 years ago

nova-manage db migration online_data_migrations failed during upgrade because nova_api.instance_mappings had entries for VMs that were deleted in nova.instances but not in nova_api.instance_mappings. Adding two more cleanup lines related to the nova_api database.