Stop loading nf_conntrack_proto_sctp module
Since RHEL 7.4, nf_conntrack_proto_sctp module is compiled into the
kernel instead of as a module as the sctp support.
With recent changes in kmod puppet module, we've started seeing failures
loading the nf_conntrack_proto_sctp module while deploying OpenShift via
TripleO.
Commit [1] makes kmod puppet module load the kernel modules via systemd
when it is available, so systemd-modules-load.services fails with
"Failed to find module 'nf_conntrack_proto_sctp'".
[1] f46b527b43
Closes-Bug: #1821438
Change-Id: I4adab88cbfd11f8809876c660d151238b266a259
This commit is contained in:
parent
4e6838ecc5
commit
0129487017
@ -111,7 +111,6 @@ outputs:
|
||||
kernel_modules:
|
||||
map_merge:
|
||||
- nf_conntrack: {}
|
||||
nf_conntrack_proto_sctp: {}
|
||||
- {get_attr: [RoleParametersValue, value, extra_kernel_modules]}
|
||||
sysctl_settings:
|
||||
map_merge:
|
||||
|
Loading…
x
Reference in New Issue
Block a user