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:30 UTC

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

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>.