-
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.
Add known issue about update_primary_addrs panic (#21443)
* add known issue about update_primary_addrs panic * Fix partial * Fix render
- Loading branch information
1 parent
b24a048
commit a71cdb6
Showing
4 changed files
with
35 additions
and
1 deletion.
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
16 changes: 16 additions & 0 deletions
16
website/content/partials/known-issues/update-primary-addrs-panic.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,16 @@ | ||
### Using 'update_primary_addrs' on a demoted cluster causes Vault to panic ((#update-primary-addrs-panic)) | ||
|
||
#### Affected versions | ||
|
||
- 1.13.3, 1.13.4 & 1.14.0 | ||
|
||
#### Issue | ||
|
||
If the [`update_primary_addrs`](/vault/api-docs/system/replication/replication-performance#update_primary_addrs) | ||
parameter is used on a recently demoted cluster, Vault will panic due to no longer | ||
having information about the primary cluster. | ||
|
||
#### Workaround | ||
|
||
Instead of using `update_primary_addrs` on the recently demoted cluster, instead provide an | ||
[activation token](/vault/api-docs/system/replication/replication-performance#token-1). |
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,16 @@ | ||
### Using 'update_primary_addrs' on a demoted cluster causes Vault to panic ((#update-primary-addrs-panic)) | ||
|
||
#### Affected versions | ||
|
||
- 1.13.3, 1.13.4 & 1.14.0 | ||
|
||
#### Issue | ||
|
||
If the [`update_primary_addrs`](/vault/api-docs/system/replication/replication-performance#update_primary_addrs) | ||
parameter is used on a recently demoted cluster, Vault will panic due to no longer | ||
having information about the primary cluster. | ||
|
||
#### Workaround | ||
|
||
Instead of using `update_primary_addrs` on the recently demoted cluster, instead provide an | ||
[activation token](/vault/api-docs/system/replication/replication-performance#token-1). |