File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
lib/systemd/system/kdump-tools.service.d
var/lib/delphix-platform/kdump-tools Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ [Service]
2+ ExecStart=
3+ ExecStart=/var/lib/delphix-platform/kdumps-tools/kdump-tools start
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ NFS_RETRANS=${NFS_RETRANS:=3}
5454NFS_MOUNT_RETRY=${NFS_MOUNT_RETRY:= 4}
5555SSH_KDUMP_RETRY=${SSH_KDUMP_RETRY:= 16}
5656MAKEDUMP_ARGS=${MAKEDUMP_ARGS:= " -F -c -d 31" }
57- # Add '-F' [flatten] to MAKEDUMP_ARGS, if not there:
58- [ " ${MAKEDUMP_ARGS# -F* } " != " ${MAKEDUMP_ARGS} " ] || MAKEDUMP_ARGS=" ${MAKEDUMP_ARGS} -F"
5957
6058KDUMP_CMDLINE_APPEND=${KDUMP_CMDLINE_APPEND:= " reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll usbcore.nousb" }
6159KDUMP_KERNEL_HOOK=" /etc/kernel/postinst.d/kdump-tools"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export NAME
1919. /lib/init/vars.sh
2020
2121VMCORE_FILE=/proc/vmcore
22- KDUMP_SCRIPT=/usr/sbin /kdump-config
22+ KDUMP_SCRIPT=/var/lib/delphix-platform/kdump-tools /kdump-config
2323KDUMP_DEFAULTS=/etc/default/kdump-tools
2424[ -r $KDUMP_DEFAULTS ] && . $KDUMP_DEFAULTS
2525
You can’t perform that action at this time.
0 commit comments