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
Use existing configuration of from systems with corosync 2.x on a system with corosync 3.x.
e.g:
class {'corosync': authkey_source => $authkey_source, authkey => $authkey, ... unicast_addresses => $unicast_addresses }
This leads, due to the changes in corosync, to a not working configuration.
Validate of configuration fails/Corosync not able to start.
Some hint in the documentation that Knet supersedes udpu in Corosync 3.x.
parse error in config: crypto_cipher & crypto_hash are only valid for the Knet transport
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Use existing configuration of from systems with corosync 2.x on a system with corosync 3.x.
e.g:
This leads, due to the changes in corosync, to a not working configuration.
What are you seeing
Validate of configuration fails/Corosync not able to start.
What behaviour did you expect instead
Some hint in the documentation that Knet supersedes udpu in Corosync 3.x.
Output log
parse error in config: crypto_cipher & crypto_hash are only valid for the Knet transport
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: