You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/10/24 02:51:23 UTC

[GitHub] rhtyd opened a new issue #2924: deleteDomain with cleanup=true sometimes fails

rhtyd opened a new issue #2924: deleteDomain with cleanup=true sometimes fails
URL: https://github.com/apache/cloudstack/issues/2924
 
 
   The deleteDomain API with cleanup=true fails in case a delete account has not been cleaned up.
   Steps to reproduce:
   - Create CloudStack Domain, account
   - Deploy vm, delete vm
   - Delete account, delete domain and failure will be seen at deleteDomain API:
   ```
   DEBUG [c.c.u.DomainManagerImpl] (API-Job-Executor-123:ctx-2uuix ctx-ff5ae6df) (logid:f90df4d4) Can't delete the domain yet because it has 1accounts that need a cleanup
   com.cloud.utils.exception.CloudRuntimeException: Failed to clean up domain resources and sub domains, delete failed on domain xyz (id: 123).
   ```
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   API, Service Layer
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.11.2.0-rc3
   ~~~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services