Skip to content

Commit 4a22686

Browse files
committed
DLPX-95109 could not find 'spa_t *' when running sdb -e 'spa' on dump
1 parent 8417021 commit 4a22686

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Service]
2+
ExecStart=
3+
ExecStart=/var/lib/delphix-platform/kdumps-tools/kdump-tools start

files/common/var/lib/delphix-platform/kdump-tools/kdump-config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ NFS_RETRANS=${NFS_RETRANS:=3}
5454
NFS_MOUNT_RETRY=${NFS_MOUNT_RETRY:=4}
5555
SSH_KDUMP_RETRY=${SSH_KDUMP_RETRY:=16}
5656
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"
5957

6058
KDUMP_CMDLINE_APPEND=${KDUMP_CMDLINE_APPEND:="reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll usbcore.nousb"}
6159
KDUMP_KERNEL_HOOK="/etc/kernel/postinst.d/kdump-tools"

files/common/var/lib/delphix-platform/kdump-tools/kdump-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export NAME
1919
. /lib/init/vars.sh
2020

2121
VMCORE_FILE=/proc/vmcore
22-
KDUMP_SCRIPT=/usr/sbin/kdump-config
22+
KDUMP_SCRIPT=/var/lib/delphix-platform/kdump-tools/kdump-config
2323
KDUMP_DEFAULTS=/etc/default/kdump-tools
2424
[ -r $KDUMP_DEFAULTS ] && . $KDUMP_DEFAULTS
2525

0 commit comments

Comments
 (0)