From 5c446d9d539e306fc52f79f5d104fcc6faf9cacc Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Mon, 4 Jan 2021 10:31:36 -0500 Subject: [PATCH] Clarify which seal/recovery config we mean. (#10634) --- website/content/docs/enterprise/replication.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/enterprise/replication.mdx b/website/content/docs/enterprise/replication.mdx index 3ffff931f..8d4b2a522 100644 --- a/website/content/docs/enterprise/replication.mdx +++ b/website/content/docs/enterprise/replication.mdx @@ -96,7 +96,9 @@ details. Also note that enabling replication will modify the secondary seal. If the secondary uses an auto seal, its recovery configuration and keys will be replaced; if it uses shamir, its seal configuration and unseal -keys will be replaced. +keys will be replaced. Here seal/recovery configuration means the number of +seal/recovery key fragments and the required threshold of those +fragments. | Primary seal | Secondary seal | Impact on secondary of enabling replication | | ------------ | -------------- | ------------------------------------------- |