docs: specify manual server metadata intervention (#18483)
This commit is contained in:
parent
9bd47ee5f6
commit
3ee89050e7
|
@ -741,8 +741,9 @@ Refer to the [formatting specification](https://golang.org/pkg/time/#ParseDurati
|
|||
- `server` Equivalent to the [`-server` command-line flag](/consul/docs/agent/config/cli-flags#_server).
|
||||
|
||||
- `server_rejoin_age_max` - controls the allowed maximum age of a stale server attempting to rejoin a cluster.
|
||||
If a server is not running for this period, then it will refuse to start up again until an operator intervenes. This is to protect
|
||||
clusters from instability caused by decommissioned servers accidentally being started again.
|
||||
If the server has not ran during this period, it will refuse to start up again until an operator intervenes by manually deleting the `server_metadata.json`
|
||||
file located in the data dir.
|
||||
This is to protect clusters from instability caused by decommissioned servers accidentally being started again.
|
||||
Note: the default value is 168h (equal to 7d) and the minimum value is 6h.
|
||||
|
||||
- `non_voting_server` - **This field is deprecated in Consul 1.9.1. See the [`read_replica`](#read_replica) field instead.**
|
||||
|
|
Loading…
Reference in New Issue