2025-11-10 08:29:47.397 1 INFO nova.compute.resource_tracker [req-########-####-####-####-############ - - - - -] Instance ########-####-####-####-############ has allocations against this compute host but is not found in the database.7.x
The message in the logs indicate that there are orphaned resource allocations in the placement service which can cause resource providers to:
Appear to the scheduler to be more utilized than they really are
Prevent deletion of compute services
Workaround:
Note: Make sure the following are uploaded to the SR
#osctl exec -it mariadb-server-0 bashmysqldump --defaults-file=/etc/mysql/admin_user.cnf --host=localhost <database> > /tmp/<database>.sqlexit
#osctl cp openstack/mariadb-server-0:/tmp/<database>.sql /tmp/<database>.sql
Then you just pull the backup from the manager. Something like winscp
Note: We will need the following 3 databases:
nova, nova_api, placement