Hi, is there a way to permanently disable crashkernel?
We’ve stopped the service and set “crashkernel=no” in grubby by running the following commands:
systemctl stop kdump
systemctl disable kdump
grubby --update-kernel=ALL --args="crashkernel=no"
Unfortunately, upon kernel update, crashkernel is reactivated.
There was a thread about this last year expressing hope that the issue would be resolved in 9.4 but persists for us still in 9.5.