Home
last modified time | relevance | path

Searched hist:"0 b33b34f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp0b33b34f Tue Feb 27 21:44:24 CST 2024 Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com> VPD:collection: Fix BMC state check failure

we use the BMC state to check if we need to do a recollection and
in the case where the state manager is not up we get a failure.
when we get a failure , since we do nto know the state we did not
populate anything and so did not do a recollect , this caused
certain preaction to not run and so some failure happened.we decided
to set the state as not ready on any failure getting state so that
the recollection will happen and we will have the preaction run.

Change-Id: I7887a5d45ae21ae16035a29609b74bbc30dfcdc1
Signed-off-by: Jinu Joy Thomas <jinu.joy.thomas@in.ibm.com>