From 63343f49d59e16cc5938de4f0c659d23cbdc93f7 Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Thu, 2 Sep 2021 12:22:57 +0100 Subject: [PATCH] fix typo/comments in osgilauncher --- .../src/main/resources/org.apache.brooklyn.osgilauncher.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg b/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg index 6f80460a56..834569b10c 100644 --- a/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg +++ b/karaf/config/src/main/resources/org.apache.brooklyn.osgilauncher.cfg @@ -46,12 +46,12 @@ default.catalog.location=${karaf.etc}/default.catalog.bom # - STANDBY: will start up as lukewarm standby with no state - if there is not already a master then fails immediately, # and if there is a master which subsequently fails, this node can promote itself; # - HOT_STANDBY: will start up as hot standby in read-only mode - if there is not already a master then fails immediately, -# and if there is a master which subseuqently fails, this node can promote itself; +# and if there is a master which subsequently fails, this node can promote itself; # - HOT_BACKUP: will start up as hot backup in read-only mode - no master is required, and this node will not become a master #highAvailabilityMode=DISABLED # The persistence mode. Possible values are: -# - AUTO: will rebind to any existing state, or start up fresh if no state; +# - AUTO: (default) 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)