Sparc0 commented on issue #12740: URL: https://github.com/apache/cloudstack/issues/12740#issuecomment-4295856184
We took a nuclear option and did: `DELETE FROM cloud.domain WHERE removed IS NOT NULL;` To remove all inactive domains. This sorted out the issue above. ``` [root@cloudstack-mgmt ~]# time cmk list systemvms ...... real 0m0.231s user 0m0.089s sys 0m0.019s [root@cloudstack-mgmt ~]# time cmk list networkofferings ........ real 0m0.272s user 0m0.085s sys 0m0.035s ``` -- 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]
