Skip to content
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/containers: add a NFS server containers #3917

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

jbtrystram
Copy link
Contributor

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 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.
Comment on lines +56 to +59
# Ugly hack to do nothing and wait for SIGTERM
while true; do
sleep 5
done
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use a while loop here to get log messages to show a heartbeat essentially (that it's not frozen)? Might also be nice to get a timestamp printed too.

Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dustymabe
Copy link
Member

could you update the list of things to update on rebase with these test/ containers?

@jbtrystram
Copy link
Contributor Author

could you update the list of things to update on rebase with these test/ containers?

it's already there. coreos/fedora-coreos-tracker@b38adf2

@jbtrystram jbtrystram merged commit 4e45505 into coreos:main Nov 2, 2024
5 checks passed
@jbtrystram jbtrystram deleted the nfs-container branch November 2, 2024 12:46
jbtrystram added a commit to jbtrystram/coreos-assembler that referenced this pull request Nov 3, 2024
This way we have good coverage of most-used kdump features.
Some context on the NFS kdump configuration:
coreos/fedora-coreos-tracker#1729

This was previously merged in [1] then reverted in [2] because the nfs
server container was not multi-arch, causing the pipeline to trip on it.

It's also not functionning on systemd256 (so anything f41 and above),
see [3]

This requires coreos#3917 for
the multi-arch container, and
coreos#3921

[1] coreos@b10d8dc
[2] coreos@af1468c
[3] rhkdump/kdump-utils#52
jbtrystram added a commit to jbtrystram/coreos-assembler that referenced this pull request Nov 3, 2024
This way we have good coverage of most-used kdump features.
Some context on the NFS kdump configuration:
coreos/fedora-coreos-tracker#1729

This was previously merged in [1] then reverted in [2] because the nfs
server container was not multi-arch, causing the pipeline to trip on it.

It's also not functionning on systemd256 (so anything f41 and above),
see [3]

This requires coreos#3917 for
the multi-arch container, and
coreos#3921

[1] coreos@b10d8dc
[2] coreos@af1468c
[3] rhkdump/kdump-utils#52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants