You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/05/16 05:50:06 UTC

[cloudstack] branch master updated (6b0e675 -> 108361c)

This is an automated email from the ASF dual-hosted git repository.

rajani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.

      from  6b0e675   Merge pull request #1992 from Accelerite/CS-9824
      adds  f34469a   CLOUDSTACK-9112: deployVM thread is holding the global lock on network longer and cause delays and some improvements in the planner
       new  108361c   Merge pull request #1180 from harikrishna-patnala/CLOUDSTACK-9112

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 engine/schema/src/com/cloud/host/dao/HostDao.java  |  2 +
 .../schema/src/com/cloud/host/dao/HostDaoImpl.java | 25 +++++++
 .../deploy/DeploymentPlanningManagerImpl.java      | 78 ++++++++++++----------
 server/src/com/cloud/deploy/FirstFitPlanner.java   | 16 +++++
 server/src/com/cloud/network/NetworkModelImpl.java | 27 +++++---
 server/test/com/cloud/vm/FirstFitPlannerTest.java  | 30 +++++++++
 6 files changed, 130 insertions(+), 48 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].

[cloudstack] 01/01: Merge pull request #1180 from harikrishna-patnala/CLOUDSTACK-9112

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rajani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 108361ca951e9114385908d8bd3d2401beb6c5af
Merge: 6b0e675 f34469a
Author: Rajani Karuturi <ka...@users.noreply.github.com>
AuthorDate: Tue May 16 11:20:03 2017 +0530

    Merge pull request #1180 from harikrishna-patnala/CLOUDSTACK-9112
    
    CLOUDSTACK-9112: Deploy VM failing frequently due to capacity calculation not synchron…

 engine/schema/src/com/cloud/host/dao/HostDao.java  |  2 +
 .../schema/src/com/cloud/host/dao/HostDaoImpl.java | 25 +++++++
 .../deploy/DeploymentPlanningManagerImpl.java      | 78 ++++++++++++----------
 server/src/com/cloud/deploy/FirstFitPlanner.java   | 16 +++++
 server/src/com/cloud/network/NetworkModelImpl.java | 27 +++++---
 server/test/com/cloud/vm/FirstFitPlannerTest.java  | 30 +++++++++
 6 files changed, 130 insertions(+), 48 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>.