You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2017/08/25 07:01:29 UTC

[cloudstack] branch master updated (a8c09f2 -> 64e56a2)

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

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


    from a8c09f2  CLOUDSTACK-9996: Fix juniper vlan untagged jedgement and xml element replacment (#2174)
     add 4268944  CE-110 move config to public fields
     add 693d63e  CE-110 remove duplicate-unused functionality
     add c10c342  CE-110 task for marking cleaning fully cloned templates   implemented by marking them for GC
     add 16b34c9  CE-110 default interval of 0 minutes means do not mark for cleaning
     add 94718c0  CE-110 markedForGC is ignored so delete the templates in the task that finds them
     new 64e56a2  Merge pull request #2044 from shapeblue/cleanup-unlinked-templates

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:
 .../src/com/cloud/storage/StorageManager.java      |   2 +
 .../spring-engine-schema-core-daos-context.xml     |   1 -
 .../test/resource/fakeDriverTestContext.xml        |   1 -
 .../test/resources/storageContext.xml              |   1 -
 .../volume/db/TemplatePrimaryDataStoreDao.java     |  31 ---
 .../volume/db/TemplatePrimaryDataStoreDaoImpl.java | 123 ----------
 .../volume/db/TemplatePrimaryDataStoreVO.java      | 262 ---------------------
 .../manager/CleanupFullyClonedTemplatesTask.java   | 158 +++++++++++++
 .../hypervisor/vmware/manager/VmwareManager.java   |  19 +-
 .../vmware/manager/VmwareManagerImpl.java          | 186 +++++++++------
 .../vmware/VmwareDatacenterApiUnitTest.java        | 115 +++++----
 server/src/com/cloud/configuration/Config.java     |   8 -
 .../src/com/cloud/storage/StorageManagerImpl.java  |  10 +-
 13 files changed, 363 insertions(+), 554 deletions(-)
 delete mode 100644 engine/storage/src/org/apache/cloudstack/storage/volume/db/TemplatePrimaryDataStoreDao.java
 delete mode 100644 engine/storage/src/org/apache/cloudstack/storage/volume/db/TemplatePrimaryDataStoreDaoImpl.java
 delete mode 100644 engine/storage/src/org/apache/cloudstack/storage/volume/db/TemplatePrimaryDataStoreVO.java
 create mode 100644 plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/CleanupFullyClonedTemplatesTask.java

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

[cloudstack] 01/01: Merge pull request #2044 from shapeblue/cleanup-unlinked-templates

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

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

commit 64e56a2159ceb857afac4d3c549f7a91ae6c9493
Merge: a8c09f2 94718c0
Author: dahn <da...@gmail.com>
AuthorDate: Fri Aug 25 09:01:26 2017 +0200

    Merge pull request #2044 from shapeblue/cleanup-unlinked-templates
    
    CLOUDSTACK-9877 Cleanup unlinked templates

 .../src/com/cloud/storage/StorageManager.java      |   2 +
 .../spring-engine-schema-core-daos-context.xml     |   1 -
 .../test/resource/fakeDriverTestContext.xml        |   1 -
 .../test/resources/storageContext.xml              |   1 -
 .../volume/db/TemplatePrimaryDataStoreDao.java     |  31 ---
 .../volume/db/TemplatePrimaryDataStoreDaoImpl.java | 123 ----------
 .../volume/db/TemplatePrimaryDataStoreVO.java      | 262 ---------------------
 .../manager/CleanupFullyClonedTemplatesTask.java   | 158 +++++++++++++
 .../hypervisor/vmware/manager/VmwareManager.java   |  19 +-
 .../vmware/manager/VmwareManagerImpl.java          | 186 +++++++++------
 .../vmware/VmwareDatacenterApiUnitTest.java        | 115 +++++----
 server/src/com/cloud/configuration/Config.java     |   8 -
 .../src/com/cloud/storage/StorageManagerImpl.java  |  10 +-
 13 files changed, 363 insertions(+), 554 deletions(-)

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