From 86842d43a58f239872aad1a8cf2f8ad613ba3ae5 Mon Sep 17 00:00:00 2001 From: Christopher Stepowski Date: Mon, 13 Mar 2023 10:18:00 -0400 Subject: [PATCH 1/2] Added note about Autopilot default values. --- website/content/docs/concepts/integrated-storage/autopilot.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/integrated-storage/autopilot.mdx b/website/content/docs/concepts/integrated-storage/autopilot.mdx index 0006f3ef523d..d953919af12c 100644 --- a/website/content/docs/concepts/integrated-storage/autopilot.mdx +++ b/website/content/docs/concepts/integrated-storage/autopilot.mdx @@ -52,7 +52,7 @@ Autopilot automatically. Autopilot exposes a [configuration API](/vault/api-docs/system/storage/raftautopilot#set-configuration) to manage its -behavior. Autopilot gets initialized with the following default values. +behavior. Autopilot gets initialized with the following default values. Please note these default values are simply for reference. - `cleanup_dead_servers` - `false` - This controls whether to remove dead servers from From a48874142f2c464ddf3897131fd78bf7b85f31d9 Mon Sep 17 00:00:00 2001 From: Chip Stepowski <107566155+chip-stepowski@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:51:32 -0400 Subject: [PATCH 2/2] Update website/content/docs/concepts/integrated-storage/autopilot.mdx Co-authored-by: Yoko Hyakuna --- website/content/docs/concepts/integrated-storage/autopilot.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/integrated-storage/autopilot.mdx b/website/content/docs/concepts/integrated-storage/autopilot.mdx index d953919af12c..6e945d445935 100644 --- a/website/content/docs/concepts/integrated-storage/autopilot.mdx +++ b/website/content/docs/concepts/integrated-storage/autopilot.mdx @@ -52,7 +52,7 @@ Autopilot automatically. Autopilot exposes a [configuration API](/vault/api-docs/system/storage/raftautopilot#set-configuration) to manage its -behavior. Autopilot gets initialized with the following default values. Please note these default values are simply for reference. +behavior. Autopilot gets initialized with the following default values. If these default values do not meet your expected autopilot behavior, don't forget to set them to your desired values. - `cleanup_dead_servers` - `false` - This controls whether to remove dead servers from