weizhouapache commented on issue #6821: URL: https://github.com/apache/cloudstack/issues/6821#issuecomment-1274654598
@zap51 it seems one of the public ip address is allocated to a project but the project has been removed. can you execute the mysql query ? ``` select * from user_ip_address join projects on user_ip_address.account_id=projects.project_account_id where projects.removed is not null; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
