-
Notifications
You must be signed in to change notification settings - Fork 172
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
tests/ignition/kdump: add a remote NFS kdump test #3911
Conversation
This way we have good coverage of most-used kdump features. Some context on the NFS kdump configuration coreos/fedora-coreos-tracker#1729
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.
I've not tested this but LGTM. This is also not too bad in terms of runtime:
[2024-10-22T14:46:12.497Z] --- PASS: ext.config.kdump.crash (147.11s)
[2024-10-22T14:48:33.065Z] --- PASS: kdump.crash.ssh (116.10s)
[2024-10-22T14:52:25.865Z] --- PASS: kdump.crash.nfs (137.53s)
Thanks for working on this.
note this test failed on all 4 architectures in the |
I am looking into it, it looks like the second initramfs simply times out waiting on a disk :
|
Not a lot of change in this build :
|
We were not testing this until recently [1] so it slipped through. Upstream issue : rhkdump/kdump-utils#52 [1] coreos/coreos-assembler#3911
We were not testing this until recently [1] so it slipped through. Upstream issue : rhkdump/kdump-utils#52 [1] coreos/coreos-assembler#3911
note. opened a revert in #3914 since this is failing in RHCOS too. We can re-apply when it is passing everywhere. |
This is prep work for enabling kdump over NFS testing. The previous attempt in coreos#3911 used an image from openshift E2E tests, but I didn't pay attention to the image and the latest tag is not a multiarch manifest, so the pipeline tripped on that. Building the image ourselves will fix that.
This is prep work for enabling kdump over NFS testing. The previous attempt in coreos#3911 used an image from openshift E2E tests, but I didn't pay attention to the image and the latest tag is not a multiarch manifest, so the pipeline tripped on that. Building the image ourselves will fix that.
This is prep work for enabling kdump over NFS testing. The previous attempt in #3911 used an image from openshift E2E tests, but I didn't pay attention to the image and the latest tag is not a multiarch manifest, so the pipeline tripped on that. Building the image ourselves will fix that.
This way we have good coverage of most-used kdump features. Some context on the NFS kdump configuration coreos/fedora-coreos-tracker#1729