commit | 640de114fcccbbe22e879386b55bdab32c8f33e4 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Jan 13 13:53:04 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Jan 19 15:39:20 2022 +1030 |
tree | 7863e61dc96bd754e40047a1ba4eea4562e8e562 | |
parent | 9c7783babcef53d80bf14dc268b72f61651009ad [diff] |
OWNERS: Fix typo in 'matchers' https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md#example-4-owners-based-on-matchers Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Id732831cb82b04ec75eb21957217ece8af107021
debug-trigger
listens for an external signal that the BMC is in some way unresponsive. When the signal is received it triggers a crash to collect debug data and reboots the system in the hope that it will recover.
debug-trigger
implements a simple protocol over an LPC KCS device as its trigger source.
debug-trigger
implements a single action once the trigger event is received, which is to crash the kernel via /proc/sysrq-trigger
. For systems with kdump configured this results in collection of system state as context for why the system was externally unresponsive.