kiranchavala commented on issue #7644: URL: https://github.com/apache/cloudstack/issues/7644#issuecomment-1596815677
@Hossein4185 As a workaround, You can manually update the db records and then try to expunge the vm mysql> use cloud mysql> update nics set state="Deallocating" , removed=now() where id=1825 -- 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]
