7.8. Final review before upgrade
Complete a final check of all preparation steps before you begin the upgrade.
7.8.1. Checking for orphaned service records 링크 복사링크가 클립보드에 복사되었습니다!
If orphaned service records exist in the database, the Compute service (nova) might not start after the upgrade process completes. Before you start the upgrade, check for the existence of orphaned service records and remove them.
Procedure
Perform a search for services:
openstack --os-compute-api-version 2.53 compute service listRemove any service where the
Hostcolumn points to non-existent hosts and where theUpdated Atcolumn indicates that the service was not active during the use of the last major version you are about to upgrade from:openstack --os-compute-api-version 2.53 compute service delete <service_uuid>Replace
<service_uuid>with the UUID of the service record.