Skip to content

Conversation

optiz0r
Copy link

@optiz0r optiz0r commented Jul 4, 2022

Pull Request (PR) description

Rework of #484 against latest master branch.

The version of corosync uses a cli parameter instead of an environment variable to point at the config file to be tested. Without this change, the env var is ignored and the config_validate_cmd command always checks the real config file location before installing the candidate file. On a new build, this will fail because the real config file does not yet exist. When being updated, the real config file is checked, instead of the candidate file, so an invalid change might be falsely reported as acceptable and lead to an outage.

This change overrides the config validate command on el8 to use the correct syntax.

It also lists el8 as a compatible OS in the module metadata, since the module is currently being used with this patch in production.

This Pull Request (PR) fixes the following issues

Fixes #526
Obsoletes #484

@optiz0r optiz0r added the enhancement New feature or request label Jul 4, 2022
@zilchms
Copy link
Contributor

zilchms commented Apr 10, 2024

@optiz0r , can you rebase on the current master branch?

dadez73 pushed a commit to dadez73/puppet-corosync that referenced this pull request Oct 8, 2024
@bastelfreak bastelfreak force-pushed the issue526_el8_compat branch 2 times, most recently from bab13ec to 6fa79f6 Compare March 5, 2025 09:59
@bastelfreak bastelfreak force-pushed the issue526_el8_compat branch from 6fa79f6 to ef5200d Compare March 5, 2025 10:01
bastelfreak pushed a commit to bastelfreak/puppet-corosync that referenced this pull request Mar 14, 2025
bastelfreak pushed a commit to bastelfreak/puppet-corosync that referenced this pull request Oct 1, 2025
bastelfreak pushed a commit to bastelfreak/puppet-corosync that referenced this pull request Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for EL8
2 participants