Skip to content
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

Open
optiz0r opened this issue Jul 4, 2022 · 3 comments · May be fixed by #527
Open

Add support for EL8 #526

optiz0r opened this issue Jul 4, 2022 · 3 comments · May be fixed by #527

Comments

@optiz0r
Copy link

optiz0r commented Jul 4, 2022

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.

@optiz0r optiz0r linked a pull request Jul 4, 2022 that will close this issue
@GertjanBijl
Copy link

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.
Is it possible to give this some priority? RHEL9 is already released as well, and it requires knet as well.

@parryb
Copy link

parryb commented Mar 7, 2024

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?

@kenyon
Copy link
Member

kenyon commented Mar 7, 2024

@parryb @voxpupuli is a collective of volunteers, so when someone volunteers to maintain a module is when it will be maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants