Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear the associations both at runtime and during restore if corresponding PEL is deleted #35

Open
devenrao opened this issue Jun 24, 2022 · 0 comments

Comments

@devenrao
Copy link
Contributor

When a pel is deleted corresponding guard records are not deleted, The guard records will be pointing to an errolog id and associations which does not exist.

At runtime=
Need to subscribe for error log object delete and when the object is deleted update the hw-isolation entry to remove the assocations.

Restore
Check for the error log object based on the path we get from assosiations and check if it stil exist, if it doesn;t then clear the associations.

Jun 23 12:11:41 everjmt03bmc bmcweb[2576]: (2022-06-23 12:11:41) [ERROR "error_log_utils.hpp":42] DBus response error [53 : Invalid request descriptor] when tried to get the Hidden property from the given error log object /xyz/openbmc_project/logging/entry/337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant