-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherrypick [DOCS: SPE-827] minus 1.17 and 1.16 release notes updates (#…
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
website/content/partials/known-issues/1_15-auto-upgrade.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
<a id="autopilot" /> | ||
|
||
### Autopilot upgrade for Vault Enterprise fails | ||
|
||
#### Affected versions | ||
|
||
- 1.15.8+ | ||
|
||
#### Issue | ||
|
||
The expected process for voter status management does not occur during the | ||
autopilot upgrade process. The autopilot upgrade process adds new nodes (new version) as | ||
`target_version_non_voters` then `target_version_voters` but existing nodes (old | ||
version) fail to upgrade and maintain their current voter status. | ||
|
||
#### Workaround | ||
|
||
1. Disable autopilot upgrades and manually upgrade all nodes in the cluster. | ||
1. Explicitly set the `autopilot_upgrade_version` parameter to the desired | ||
version in the raft `storage` stanza on your new nodes: | ||
|
||
```hcl | ||
storage "raft" { | ||
autopilot_upgrade_version = "1.15.8" | ||
} | ||
``` |