From 717aa86f5a0f8c24cf42c3dea8f0e6ffa9b1c509 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Fri, 8 Apr 2022 16:01:50 -0700 Subject: [PATCH] Add Windows error --- website/content/docs/release-notes/1.10.0.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/release-notes/1.10.0.mdx b/website/content/docs/release-notes/1.10.0.mdx index 22fb3555edda..ec67f964c47a 100644 --- a/website/content/docs/release-notes/1.10.0.mdx +++ b/website/content/docs/release-notes/1.10.0.mdx @@ -161,6 +161,10 @@ There is a workaround for this error that will allow you to sign in to Vault usi auth method. Select the "Other" tab instead of selecting the specific OIDC auth mount tab. From there, select "OIDC" from the "Method" select box and proceed to sign in to Vault. +### Error Initializing Raft Storage type with Windows + +When trying to start Vault server 1.10.0 on Windows, and there is less than 100GB of free disk space, there is an initialization error with raft DB related to insufficient space on the disk. See this [issue](https://github.com/hashicorp/vault/issues/14895) for details. Windows users should wait till 1.10.1 to upgrade. + ## Feature Deprecations and EOL Please refer to the [Deprecation Plans and Notice](/docs/deprecation) page for up-to-date information on feature deprecations and plans. An [Feature Deprecation FAQ](/docs/deprecation/faq) page is also available to address questions concerning decisions made about Vault feature deprecations.