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/06/06 10:36:20 UTC

[cloudstack] branch master updated (02996fc -> 2734e9e)

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 02996fc  Merge pull request #1779 from priyankparihar/CLOUDSTACK-9610
     add f2a159f  CLOUDSTACK-9603: concurrent.snapshots.threshold.perhost does not validate value given.
     new 2734e9e  Merge pull request #1776 from priyankparihar/CLOUDSTACK-9603

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


Summary of changes:
 .../com/cloud/configuration/ConfigurationManagerImpl.java   |  3 +++
 .../component/test_concurrent_snapshots_limit.py            | 13 +++++++++++++
 2 files changed, 16 insertions(+)
 mode change 100644 => 100755 server/src/com/cloud/configuration/ConfigurationManagerImpl.java
 mode change 100644 => 100755 test/integration/component/test_concurrent_snapshots_limit.py

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

[cloudstack] 01/01: Merge pull request #1776 from priyankparihar/CLOUDSTACK-9603

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 2734e9ec943d7a8cf8d78aa67d89145ca2eb34e8
Merge: 02996fc f2a159f
Author: Rajani Karuturi <ka...@users.noreply.github.com>
AuthorDate: Tue Jun 6 16:06:17 2017 +0530

    Merge pull request #1776 from priyankparihar/CLOUDSTACK-9603
    
    CLOUDSTACK-9603: 'concurrent.snapshots.threshold.perhost' parameter should not accept String.

 .../com/cloud/configuration/ConfigurationManagerImpl.java   |  3 +++
 .../component/test_concurrent_snapshots_limit.py            | 13 +++++++++++++
 2 files changed, 16 insertions(+)

diff --cc server/src/com/cloud/configuration/ConfigurationManagerImpl.java
index 9c9d6e1,2d830ae..214bedc
mode 100644,100755..100755
--- a/server/src/com/cloud/configuration/ConfigurationManagerImpl.java
+++ b/server/src/com/cloud/configuration/ConfigurationManagerImpl.java

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