-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
Add support for EL8 #526
Comments
Note that RHEL8 does require the knet protocol to be used, the current template is hardcoded to use udpu when unicast-addresses are defined. This can be read in https://access.redhat.com/articles/3071021. Since we pay for the HA-subscription of Red Hat, we need to comply to that configuration to get support. |
RHEL7 is about to be sunset, RHEL8 is about to go into maintenance only and RHEL9 is the default choice yet this module is only supporting RHEL7? We really want to use this module with our RHEL8/9 infrastructure is there any news when it will be supported on 8 & 9? |
@parryb @voxpupuli is a collective of volunteers, so when someone volunteers to maintain a module is when it will be maintained. |
This module mostly works, but the config test command is incompatible with corosync version on el8. The env var is ignored, and it tries to check the actual config file, which will not exist on first run, or contain the old config when the file is to be updated (and so the wrong config gets validated).
A previous attempt to fix this in #484 is out of sync with main branch.
A replacement PR based off #484 which fixes the config sync and claims compatibility with el8 in metadata will follow.
The text was updated successfully, but these errors were encountered: