weizhouapache commented on issue #6821: URL: https://github.com/apache/cloudstack/issues/6821#issuecomment-1288086194
> > @zap51 > > what resources need to be cleaned ? > > @weizhouapache The VPC that is holding 1 public IP address. that's the only resource to be cleaned ? if yes, you can run the sql I mentioned before `update user_ip_address set account_id=NULL,domain_id=NULL,source_nat=0,allocated=NULL,one_to_one_nat=0,vm_id=NULL,state='Free',vpc_id=NULL,network_id=NULL,dnat_vmip=NULL where id=xxx; ` -- 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]
