From 4e45a45df542a4d2af4e9429adc4f47eada5bbcb Mon Sep 17 00:00:00 2001 From: Duncan Godwin Date: Thu, 25 Aug 2016 15:14:24 +0100 Subject: [PATCH] Update persistMode default value The default value has changed to AUTO, this should be reflected in the commented setting --- .../main/resources/etc/org.apache.brooklyn.osgilauncher.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 24a619a1dc..0f56566a1e 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=