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 8946A2009D9 for ; Thu, 19 May 2016 18:11:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87FC51609AE; Thu, 19 May 2016 16:11:31 +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 D1505160A1D for ; Thu, 19 May 2016 18:11:30 +0200 (CEST) Received: (qmail 40206 invoked by uid 500); 19 May 2016 16:11:29 -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 39652 invoked by uid 99); 19 May 2016 16:11:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 16:11:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AAC23E95C2; Thu, 19 May 2016 16:11:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swill@apache.org To: commits@cloudstack.apache.org Date: Thu, 19 May 2016 16:11:43 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [16/20] git commit: updated refs/heads/master to 88cd182 archived-at: Thu, 19 May 2016 16:11:31 -0000 Merge release branch 4.7 to 4.8 * 4.7: Fix Sync of template.properties in Swift Configure rVPC for router.redundant.vrrp.interval advert_int setting Have rVPCs use the router.redundant.vrrp.interval setting Resolve conflict as forceencap is already in master Split the cidr lists so we won't hit the iptables-resture limits Check the existence of 'forceencap' parameter before use Do not load previous firewall rules as we replace everyhing anyway Wait for dnsmasq to finish restart Remove duplicate spaces, and thus duplicate rules. Restore iptables at once using iptables-restore instead of calling iptables numerous times Add iptables copnversion script. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8f330b0b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8f330b0b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8f330b0b Branch: refs/heads/master Commit: 8f330b0b928db407341a236b4e6f2647d01ed53e Parents: a0aa060 06e52e4 Author: Will Stevens Authored: Wed May 18 15:54:32 2016 -0400 Committer: Will Stevens Committed: Wed May 18 15:54:32 2016 -0400 ---------------------------------------------------------------------- .../datastore/ObjectInDataStoreManagerImpl.java | 1 + .../VirtualNetworkApplianceManagerImpl.java | 3 + server/src/com/cloud/test/TestAppender.java | 178 +++++++++ services/secondary-storage/server/pom.xml | 3 - .../resource/NfsSecondaryStorageResource.java | 373 ++++++++++++------- .../LocalNfsSecondaryStorageResourceTest.java | 44 ++- .../NfsSecondaryStorageResourceTest.java | 118 +++--- .../debian/config/opt/cloud/bin/configure.py | 39 +- .../debian/config/opt/cloud/bin/cs/CsAddress.py | 31 +- .../debian/config/opt/cloud/bin/cs/CsDatabag.py | 4 + .../debian/config/opt/cloud/bin/cs/CsDhcp.py | 2 +- .../debian/config/opt/cloud/bin/cs/CsFile.py | 1 + .../config/opt/cloud/bin/cs/CsLoadBalancer.py | 10 +- .../config/opt/cloud/bin/cs/CsNetfilter.py | 72 ++-- .../config/opt/cloud/bin/cs/CsRedundant.py | 3 + .../config/opt/cloud/bin/cs_iptables_save.py | 227 +++++++++++ 16 files changed, 804 insertions(+), 305 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f330b0b/services/secondary-storage/server/pom.xml ---------------------------------------------------------------------- diff --cc services/secondary-storage/server/pom.xml index 87a0381,63aef27..97e68a8 --- a/services/secondary-storage/server/pom.xml +++ b/services/secondary-storage/server/pom.xml @@@ -23,12 -23,9 +23,9 @@@ org.apache.cloudstack cloudstack-service-secondary-storage - 4.7.2-SNAPSHOT + 4.8.1-SNAPSHOT ../pom.xml - - true - log4j