From 68511cebe58977ea68ae4f57c6462e979efd1cff Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Tue, 9 Jul 2024 15:21:34 +0200 Subject: coredump: generate properly symbolized stacktrace for containerized processes --- man/coredump.conf.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man/coredump.conf.xml') diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index 2eedf942c0..65772d84d7 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -109,6 +109,21 @@ + + AccessContainer= + + Controls whether systemd-coredump will attempt to use the mount tree of + a process that crashed within a container. Access to the container's filesystem might be necessary to generate + a fully symbolized backtrace. If set to yes, then systemd-coredump will + obtain the mount tree from corresponding mount namespace and will try to generate the stack trace using the + binary and libraries from the mount namespace. Note that the coredump of the containerized process might + still be saved in /var/lib/systemd/coredump/ even if AccessContainer= + is set to no. Defaults to no. + + + + + ExternalSizeMax= JournalSizeMax= -- cgit v1.2.3