From 8fe61d27fb618c462d80a2863a85f623bee49e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Wed, 24 Apr 2019 13:13:53 +0300 Subject: [PATCH] NO-JIRA Fix references to failover-on-shutdown in documentation --- docs/user-manual/en/ha.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/en/ha.md b/docs/user-manual/en/ha.md index a9f051799c..672e70482b 100644 --- a/docs/user-manual/en/ha.md +++ b/docs/user-manual/en/ha.md @@ -447,7 +447,7 @@ automatically by setting the following property in the The following table lists all the `ha-policy` configuration elements for HA strategy shared store for `master`: -- `failover-on-server-shutdown` +- `failover-on-shutdown` If set to true then when this server is stopped normally the backup will become live assuming failover. If false then the backup server will remain passive. Note that if false you want failover to occur the you can use the the management API as explained at [Management](management.md). @@ -458,7 +458,7 @@ HA strategy shared store for `master`: The following table lists all the `ha-policy` configuration elements for HA strategy Shared Store for `slave`: -- `failover-on-server-shutdown` +- `failover-on-shutdown` In the case of a backup that has become live. then when set to true then when this server is stopped normally the backup will become liveassuming failover. If false then the backup server will remain passive. Note that if false you want failover to occur the you can use the the management API as explained at [Management](management.md).