-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce initial_machine_version server config.
This new key can be used to specify the initial machine version a new Ra server should be initialised against. This allows machines to skip old versions and clean up old code. This is particularly useful when machine_version_strategy=all as the initial upgrade after cluster creation is delayed until all members reply to the info requests. If the machine_version_strategy=all, starting a server with an initial machine version that is higher than the locally available machine version will result in an error: {error, invalid_initial_machine_version}. When machine_version_strategy=quorum the initial machine version will be clamped to the locally available machine version.
- Loading branch information
Showing
6 changed files
with
217 additions
and
51 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
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
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
Oops, something went wrong.