Add SysRq crash dump support for pmon quorum process failure

This update adds 'pmon quorum process failure handling'
to the list of Host Watchdog failure modes that trigger
a crash dump.

Change-Id: If8632dbe30ea290663177181a42785853ee808d3
Partial-Bug: 1894889
Depends-On: https://review.opendev.org/#/c/762577
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2020-11-16 21:31:20 -05:00
parent 2fc05673d1
commit 168c862c72
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ int hostw_service_command ( hostw_socket_type * hostw_socket)
else
{
emergency_log( "*** PMON reports unrecoverable system - message '%s' ***\n", msg[0].buf);
/* force a crash dump if that feature is enabled */
force_crashdump();
hostw_log_and_reboot();
return FAIL;
}