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
['"[email protected]" <[email protected]>'].