NO-JIRA Fix references to failover-on-shutdown in documentation

This commit is contained in:
Sebastian Lövdahl 2019-04-24 13:13:53 +03:00 committed by Clebert Suconic
parent 64f5f661b0
commit 8fe61d27fb
1 changed files with 2 additions and 2 deletions

View File

@ -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).