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}
54
54
NFS_MOUNT_RETRY=${NFS_MOUNT_RETRY:= 4}
55
55
SSH_KDUMP_RETRY=${SSH_KDUMP_RETRY:= 16}
56
56
MAKEDUMP_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"
59
57
60
58
KDUMP_CMDLINE_APPEND=${KDUMP_CMDLINE_APPEND:= " reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll usbcore.nousb" }
61
59
KDUMP_KERNEL_HOOK=" /etc/kernel/postinst.d/kdump-tools"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export NAME
19
19
. /lib/init/vars.sh
20
20
21
21
VMCORE_FILE=/proc/vmcore
22
- KDUMP_SCRIPT=/usr/sbin /kdump-config
22
+ KDUMP_SCRIPT=/var/lib/delphix-platform/kdump-tools /kdump-config
23
23
KDUMP_DEFAULTS=/etc/default/kdump-tools
24
24
[ -r $KDUMP_DEFAULTS ] && . $KDUMP_DEFAULTS
25
25
You can’t perform that action at this time.
0 commit comments