We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When upgrading from vault-genesis-kit 1.6.2 to 1.6.4 the safe-boshrelease bumps from Consul 0.7.0 to 1.11.3
vault-genesis-kit
safe-boshrelease
This causes the Raft version to upgrade from 1 to 3 (see https://www.consul.io/docs/upgrading/upgrade-specific#raft-protocol-version-compatibility)
It is a known issue that a single node Consul may fail to elect a leader after the Raft upgrade, preventing Consul and Vault from starting.
A manual fix is documented at https://learn.hashicorp.com/tutorials/consul/recovery-outage#failure-of-a-single-server-cluster-after-upgrading-raft-protocol and requires making a peers.json file in the /var/vcap/store/vault/consul/raft folder.
peers.json
/var/vcap/store/vault/consul/raft
The text was updated successfully, but these errors were encountered:
Issue also created in bosh-release repo cloudfoundry-community/safe-boshrelease#43
Sorry, something went wrong.
No branches or pull requests
When upgrading from
vault-genesis-kit
1.6.2 to 1.6.4 thesafe-boshrelease
bumps from Consul 0.7.0 to 1.11.3This causes the Raft version to upgrade from 1 to 3 (see https://www.consul.io/docs/upgrading/upgrade-specific#raft-protocol-version-compatibility)
It is a known issue that a single node Consul may fail to elect a leader after the Raft upgrade, preventing Consul and Vault from starting.
A manual fix is documented at https://learn.hashicorp.com/tutorials/consul/recovery-outage#failure-of-a-single-server-cluster-after-upgrading-raft-protocol and requires making a
peers.json
file in the/var/vcap/store/vault/consul/raft
folder.The text was updated successfully, but these errors were encountered: