GitHub user kishankavala opened a pull request: https://github.com/apache/cloudstack/pull/846
Bug-ID: CLOUDSTACK-8870: Skip external device usage collection if no external devices exist external network device usage monitor thread that runs every 5mins by default (based on global config external.network.stats.interval) and runs coalesce query to acquire a lock. When there are no external devices exist, there is no need to run usage collection. Added test case to verify that usage collection task is not run when there are no External LB or External FW You can merge this pull request into a Git repository by running: $ git pull https://github.com/kishankavala/cloudstack CLOUDSTACK-8870 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/846.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 #846 ---- commit a77dc78bfead71d0c9b5afa5813575ac67880f11 Author: Kishan Kavala <kis...@apache.org> Date: 2015-09-16T15:15:06Z Bug-ID: CLOUDSTACK-8870: Skip external device usage collection if no external devices exist. ---- --- 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. ---