@cloudstack.apache.org
Subject: Re: Regarding Cloudstack-4322
Hi Sanjay,
When a request is done for deleting a domain, it calls deleteDomain method
which calls domain.cleanup thread which clean up the inactive domains,
sub-domains under that domain, delete the users and accounts and releases the
resources
Hi Sanjay,
When a request is done for deleting a domain, it calls deleteDomain method
which calls domain.cleanup thread which clean up the inactive domains,
sub-domains under that domain, delete the users and accounts and releases
the resources for those accounts and deletes the domain shared netw
Namita,
Exception “Failed to delete domain” comes if there is an error while cleaning
up the accounts. For accounts, there is account.cleanup thread which cleanup up
the removed/inactive accounts but for domain, CS doesn’t has any specific
thread to delete inactive domains and thows the excepti