-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
RHEL/Fedora now defaults to setting crashkernel #19473
RHEL/Fedora now defaults to setting crashkernel #19473
Conversation
5ed8755
to
30a0aeb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'm glad to see these cleanups.
41d84ea
to
657302e
Compare
657302e
to
74eecad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks! (Tests are still running, assuming green)
In Fedora-39 and all supported RHEL versions (8 and 9) crashkernel is now set in the default cmdline. RHEL also defaults in enabling kdump.service which Fedora does not. This simplifies our testing as we don't have to re-generate initrd and reboot. Plus this means we test the distribution default which is a lot more useful then an arbitrary setting we came up with.
This was replaced with a custom `TEST_SCENARIO`.
Drop the removal of /var/crash, enableKdump used to re-create it anyway. Test if the dir is empty like TestKdump.testBasic does.
74eecad
to
ba16f96
Compare
Not sure what to make of this failure, but it could be a "normal" timeout flake, so worth retrying. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if/once green.
The kdump tests are very sensitive to test infra being under load. |
This does not save us a lot of time, as even on RHEL we need to re-generate the initrd however we do skip one reboot which can be flaky.
But what is a nice side effect is that we now test the Distro default crashkernel setting.