Remove trailing double quotes from kernel.core_pattern

Remove trailing double quotes from k8s-coredump-handler
debian kernel.core_pattern.

Test Plan:
PASS: Install and bootstrap system
PASS: Verify if kernel.core_pattern is not
      with a trailing double quote.

Regression:

PASS: After bootstrap, create and crash a pod with
      annotations configured and verify if coredump
      is generated on pod namespace on each node.
PASS: After bootstrap, crash a non k8s application
      and verify that the coredump is generated as
      previously (by systemd-coredump) on each node.

Closes-bug: 1996054

Signed-off-by: Heron Vieira <heron.vieira@windriver.com>
Change-Id: I8b2e8fdefe093f4c3cdf12c65910e16f0fd7a351
This commit is contained in:
Heron Vieira 2022-11-09 10:15:50 -03:00
parent a7a2dee91e
commit d9c6796fdf
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# the core dump.
#
# See systemd-coredump(8) and core(5).
kernel.core_pattern=|/usr/bin/k8s-coredump %P %u %g %s %t 9223372036854775808 %h %e"
kernel.core_pattern=|/usr/bin/k8s-coredump %P %u %g %s %t 9223372036854775808 %h %e
# Allow that 16 coredumps are dispatched in parallel by the kernel. We want to
# be able to collect process metadata from /proc/%P/ while processing