GitHub user koushik-das opened a pull request: https://github.com/apache/cloudstack/pull/1825
CLOUDSTACK-9660: NPE while destroying volumes during 1000 VMs deploy ⦠â¦and destroy tests NPE is seen as VM destroy and storage cleanup threads try to remove the same root volume. Fix is to handle only non-root volumes in storage cleanup thread, root volumes will be handled as part of VM destroy. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9660 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1825.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1825 ---- commit d6b41d9ac21a9740494bfcfd58ea51d712e52f4e Author: Koushik Das <kous...@apache.org> Date: 2016-12-09T10:19:39Z CLOUDSTACK-9660: NPE while destroying volumes during 1000 VMs deploy and destroy tests NPE is seen as VM destroy and storage cleanup threads try to remove the same root volume. Fix is to handle only non-root volumes in storage cleanup thread, root volumes will be handled as part of VM destroy. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---