Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3CD6A200CE0 for ; Fri, 25 Aug 2017 09:01:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 369C3169E96; Fri, 25 Aug 2017 07:01:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7BDF5169E88 for ; Fri, 25 Aug 2017 09:01:32 +0200 (CEST) Received: (qmail 85466 invoked by uid 500); 25 Aug 2017 07:01:31 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 85457 invoked by uid 99); 25 Aug 2017 07:01:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2017 07:01:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3338D84D9E; Fri, 25 Aug 2017 07:01:30 +0000 (UTC) Date: Fri, 25 Aug 2017 07:01:29 +0000 To: , "' commits@cloudstack.apache.org" , '@gitbox.apache.org, Subject: [cloudstack] branch master updated (a8c09f2 -> 64e56a2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150364448957.2573.273676591880393402@gitbox.apache.org> From: dahn@apache.org Reply-To: "commits@cloudstack.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a8c09f2a1980757eb7a9da4a178dc27da08df2ed X-Git-Newrev: 64e56a2159ceb857afac4d3c549f7a91ae6c9493 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 25 Aug 2017 07:01:33 -0000 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" '].