commit | c665652df4c6d05f34ae1af49b2e7756629abbe3 | [log] [tgz] |
---|---|---|
author | Tom Joseph <tomjoseph@in.ibm.com> | Tue Sep 24 17:52:14 2019 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Tue Jan 14 12:12:45 2020 +0000 |
tree | 898c308c3371c7066242b4c794765193ec78d34a | |
parent | 0b993fd4508b06ff9427ccd947d7813965155925 [diff] |
Don't report serviceable action if the watchdog service is not present There were a few cases where a service action was reported because the watchdog service was not present. It was because of a race condition where the power down operation is trigerred and the watchdog service is shutdown but if was followed by a watchdog reset. Since the watchdog service is absent it resulted in an error log which calls for serviceable action. The IPMI error response code will report the failure to the host platform software. Change-Id: Iaf0a860b53fbd85dc451fc4d4a337406ba74e0d6 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.