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 47812200B6B for ; Thu, 25 Aug 2016 16:26:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4615B160ABE; Thu, 25 Aug 2016 14:26:30 +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 8CEC0160AA4 for ; Thu, 25 Aug 2016 16:26:29 +0200 (CEST) Received: (qmail 13444 invoked by uid 500); 25 Aug 2016 14:26:28 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 13434 invoked by uid 99); 25 Aug 2016 14:26: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, 25 Aug 2016 14:26:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A712BE0A3F; Thu, 25 Aug 2016 14:26:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svet@apache.org To: commits@brooklyn.apache.org Date: Thu, 25 Aug 2016 14:26:28 -0000 Message-Id: <00b58d9349614d23bbde46f756a8c03a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-dist git commit: Update persistMode default value archived-at: Thu, 25 Aug 2016 14:26:30 -0000 Repository: brooklyn-dist Updated Branches: refs/heads/master 8c2294aa3 -> d6a925145 Update persistMode default value The default value has changed to AUTO, this should be reflected in the commented setting Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/4e45a45d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/4e45a45d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/4e45a45d Branch: refs/heads/master Commit: 4e45a45df542a4d2af4e9429adc4f47eada5bbcb Parents: 8c2294a Author: Duncan Godwin Authored: Thu Aug 25 15:14:24 2016 +0100 Committer: GitHub Committed: Thu Aug 25 15:14:24 2016 +0100 ---------------------------------------------------------------------- .../src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4e45a45d/karaf/apache-brooklyn/src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg ---------------------------------------------------------------------- diff --git a/karaf/apache-brooklyn/src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg b/karaf/apache-brooklyn/src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg index 24a619a..0f56566 100644 --- a/karaf/apache-brooklyn/src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg +++ b/karaf/apache-brooklyn/src/main/resources/etc/org.apache.brooklyn.osgilauncher.cfg @@ -49,11 +49,11 @@ #highAvailabilityMode=DISABLED # The persistence mode. Possible values are: -# - DISABLED: will not read or persist any state; # - AUTO: will rebind to any existing state, or start up fresh if no state; +# - DISABLED: will not read or persist any state; # - REBIND: will rebind to the existing state, or fail if no state available; # - CLEAN: will start up fresh (removing any existing state) -#persistMode=DISABLED +#persistMode=AUTO # The directory to read/write persisted state (or container name if using an object store) #persistenceDir=