Skip to content

Commit

Permalink
add known issue for dr secondary lease count quota invalidation (hash…
Browse files Browse the repository at this point in the history
…icorp#12288)

* add known issue for dr secondary lease count quota invalidation

* Update website/content/partials/lease-count-quota-upgrade.mdx

Co-authored-by: Meggie <meggie@hashicorp.com>

* put known issues to main 1.6 and 1.7 pages

Co-authored-by: Meggie <meggie@hashicorp.com>
  • Loading branch information
2 people authored and jartek committed Sep 11, 2021
1 parent e70a093 commit bd10a76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/content/docs/upgrading/upgrade-to-1.6.0.mdx
Expand Up @@ -45,5 +45,8 @@ more information on upgrading custom database plugins.
## Known Issues

Due to the known issue, Transform Secrets Engine users are recommended to upgrade to version 1.6.4.
Due to the known issue, Lease Count Quota users with DR Secondaries are recommended to upgrade to version 1.6.6.

@include 'transform-upgrade.mdx'

@include 'lease-count-quota-upgrade.mdx'
5 changes: 4 additions & 1 deletion website/content/docs/upgrading/upgrade-to-1.7.0.mdx
Expand Up @@ -31,7 +31,8 @@ endpoint changes is available in the [AWS Auth API docs](/api-docs/auth/aws#depr

## Known Issues

Due to the known issue, Transform Secrets Engine users are recommended to upgrade to version 1.6.4 or 1.7.0.
Due to the known issue, Transform Secrets Engine users are recommended to upgrade to version 1.7.0.
Due to the known issue, Lease Count Quota users with DR Secondaries are recommended to upgrade to version 1.7.4.

### Autopilot

Expand All @@ -43,3 +44,5 @@ Due to the known issue, Transform Secrets Engine users are recommended to upgrad
`VAULT_RAFT_AUTOPILOT_DISABLE` environment variable to 1.

@include 'transform-upgrade.mdx'

@include 'lease-count-quota-upgrade.mdx'
5 changes: 5 additions & 0 deletions website/content/partials/lease-count-quota-upgrade.mdx
@@ -0,0 +1,5 @@
### Lease Count Quota Invalidations on DR Secondaries Fixed

Lease count quota invalidation causes DR Secondaries to panic and experience
a hard shutdown. This issue exists prior to Vault 1.6.6 and 1.7.4. It is
fixed in Vault 1.6.6, 1.7.4, and 1.8.0.

0 comments on commit bd10a76

Please sign in to comment.