Skip to content

Commit ec24d3c

Browse files
committed
Set core_pattern to an absolute path.
Change-Id: I71e848783c05dc75b2232e05dd2ed3aa9a983e23
1 parent 586d200 commit ec24d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/gci/configure-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function setup-os-params {
2929
# Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
3030
# /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
3131
# now, set a generic core_pattern that users can work with.
32-
echo "core.%e.%p.%t" > /proc/sys/kernel/core_pattern
32+
echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
3333
}
3434

3535
# secure_random generates a secure random string of bytes. This function accepts

0 commit comments

Comments
 (0)