From f02d214546fe8da3d0accb8f4c4398babda4c620 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 17 Jul 2023 12:12:38 -0500 Subject: [PATCH] Backport of Change docs to say 168h instead of 7d for server_rejoin_age_max into release/1.16.x (#18156) ## Backport This PR is auto-generated from #18154 to be assessed for backporting due to the inclusion of the label backport/1.16. The below text is copied from the body of the original PR. --- ### Description Addresses https://github.com/hashicorp/consul/pull/17171#issuecomment-1636930705 ### Testing & Reproduction steps ### Links ### PR Checklist * [ ] updated test coverage * [ ] external facing docs updated * [ ] appropriate backport labels added * [ ] not a security concern ---
Overview of commits - f5a6411ce7cbda9dddc506b731210d4ebda6bdb1
Co-authored-by: David Yu --- website/content/docs/agent/config/config-files.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/agent/config/config-files.mdx b/website/content/docs/agent/config/config-files.mdx index 4183a5a7d213..6916f154882a 100644 --- a/website/content/docs/agent/config/config-files.mdx +++ b/website/content/docs/agent/config/config-files.mdx @@ -743,7 +743,7 @@ Refer to the [formatting specification](https://golang.org/pkg/time/#ParseDurati - `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. - Note: the default value is 7d and the minimum value is 6h. + 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.**