commit | c567dc8d7853d545c2ef1c7bfea028c157bce6b2 | [log] [tgz] |
---|---|---|
author | Chris Cain <cjcain@us.ibm.com> | Fri Apr 01 15:09:17 2022 -0500 |
committer | Chris Cain <cjcain@us.ibm.com> | Fri Apr 08 16:19:33 2022 +0000 |
tree | 89a0e4abc19b921d829f9e36aecdbadbc76fb5a1 | |
parent | 7e374fb4378f88e194f4a47c4bb4adfaa605fa89 [diff] |
Prevent termination on OCC open/read/write errors Instead of creating an elog and terminating, the code will now retry on a Open/Read/Write failure and if it continues to fail, it will return a CommFailure to the caller. Then the caller of can determine how to handle (reset PM complex or ignore). Normally all communication errors with the OCC should trigger an OCC reset. Change-Id: Ibf272270156edae565231ca429f15e8fca2f15bc Signed-off-by: Chris Cain <cjcain@us.ibm.com>