Resolves: https://issues.redhat.com/browse/RHEL-66065 Conflict: in upstream, 99-kdump.conf is introduced by commit dacb34341 (Add kdump dracut config). And it has been back ported to RHEL-9. So implementing the omit based on the new skeleton. commit 1732a3bd477b3bc0b078b0f070024f350c22ef2b Author: Pingfan Liu <piliu@redhat.com> Date: Mon Sep 9 11:52:00 2024 +0800 mkdumprd: Omit rdma module Resolves: https://issues.redhat.com/browse/RHEL-57006 05rdma dracut module from rdma-core is installed unconditionally even if kdump dumps the vmcore to local disk. And those kmod will cost additional 200M memory on x86, which likely triggers OOM. Since the Infiniband (and in fact none of RDMA devices are supported in kdump), exclude the rdma dracut module explicitly. Signed-off-by: Pingfan Liu <piliu@redhat.com>
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
dracutmodules=''
|
|
add_dracutmodules=' kdumpbase '
|
|
omit_dracutmodules='rdma plymouth resume ifcfg earlykdump '
|
|
omit_drivers+=' nouveau amdgpu '
|