-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Ansible request for Linux core settings on docker test hosts #1817
Labels
Milestone
Comments
Merged
5 tasks
Looks like this may have fixed an issue I was seeing on node test-docker-fedora33-ppc64le-1 with: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_ppc64le_linux/99/consoleFull
seems to work now re-running via a Grinder: https://ci.adoptopenjdk.net/job/Grinder/48/ |
Resolved on that host (Until next reboot ...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please put the name of the software product (and affected platforms if relevant) in the title of this issue
Details: The default setting in
/proc/sys/kernel/core_pattern
on Ubuntu is to have it set to|/usr/share/apport/apport %p %s %c %d %P %E
. This prevents processes dumping core in docker by default. A fix is to set it tocore
which appears to cause the behavior we want. We should probably understand the implications and any side effects of doing this before implementing it, but it gives us a viable solution that I've implemented on three machines I've been experimenting with as part of #1809 (test-ibmcloud-ubuntu1604-x64-1, test-packet-ubuntu1804-armv8-1, and the new 20.04 host I'm working with)If added to the playbooks it will need to be done in a way that persists across reboots (what I've done on the two referenced machines will not at the moment, so it will get lost if they are restarted)
The text was updated successfully, but these errors were encountered: