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:
parent
2fc05673d1
commit
168c862c72
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user