commit | 4639e5508cff98afd452c636f95fa73e1d6bc3d0 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Apr 05 10:15:30 2024 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Apr 05 10:18:59 2024 -0500 |
tree | 292819812e61f7f45f5d44a4159c4781d0acdc4e | |
parent | 1b92f3d99a8d3efd87893a557d251982e38086fd [diff] |
vpnor: updatesymlinks: Disable rate limiting This service can be restarted multiple times in a row after a BMC reboot due to its WantedBy dependencies, causing this service to fail with a start-limit-hit systemd error because it exceeds the default burst limit. Disable the rate limiting to avoid this error since this service is designed to be started as many times as required. Tested: Restarted pldmd and mboxd multiple times and the start-limit-hit error is not seeing anymore. Change-Id: I437cc70d3cf70cd8d59d17b7cb2f4b8995a278c8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.