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

bug: Use the correct nf_conntrack module depending on kernel #5058

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

Gusymochis
Copy link
Contributor

What this PR does / why we need it:

This commit fixes an issue where the netfilter conntrack module was hardcoded to the 99-replicated-ipvs.conf section, meaning that after any node restart the possibility exists that the system would try to load the incorrect module if kernel >= 4.18+.

Which issue(s) this PR fixes:

Fixes #5057

Special notes for your reviewer:

Steps to reproduce

On a node with kernel version >= 4.18 reload the systemd-modules-load service

Does this PR introduce a user-facing change?

NONE

Does this PR require documentation?

NONE

This commit fixes an issue where the netfilter conntrack module
was hardcoded to the 99-replicated-ipvs.conf section,
meaning that after any node restart the possibility exists
that the system would try to load the incorrect module
if kernel >= 4.18+.
@Gusymochis Gusymochis requested a review from a team as a code owner January 30, 2024 05:45
@laverya laverya added the type::feature An enhancement to an existing add on or feature label Feb 2, 2024
@laverya laverya merged commit b04e1eb into replicatedhq:main Feb 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature An enhancement to an existing add on or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nf_conntrack fails to load after systemd-modules-load restart
3 participants