2020-12-15 10:52:23 -06:00
|
|
|
# Default configuration
|
|
|
|
KDUMP_CMDLINE_APPEND="irqpoll nr_cpus=1 nousb systemd.unit=kdump-tools.service ata_piix.prefer_ms_hyperv=0"
|
|
|
|
|
2020-12-10 03:32:37 -06:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
# Additional Kdump environment settings used in SONiC
|
|
|
|
#
|
|
|
|
|
|
|
|
# Reboot crash kernel on panic
|
|
|
|
# Enable debug level logging of crash kernel for better visibility
|
|
|
|
# Disable advanced pcie features
|
|
|
|
# Disable high precision event timer as on some platforms it is interfering with the kdump operation
|
|
|
|
# Pass platform identifier string as part of crash kernel command line to be used by the reboot script during kdump
|
2021-07-01 13:52:38 -05:00
|
|
|
KDUMP_CMDLINE_APPEND="${KDUMP_CMDLINE_APPEND} panic=10 debug hpet=disable pcie_port=compat pci=nommconf sonic_platform=__PLATFORM__"
|
2020-12-10 03:32:37 -06:00
|
|
|
|
|
|
|
# Use SONiC reboot wrapper script present in /usr/local/bin post kdump
|
|
|
|
PATH=/usr/local/bin:$PATH
|