Skip to content

Commit 91ae40d

Browse files
VPD:Add DefaultError entry in PEL registry
This commit adds com.ibm.VPD.Error.DefaultError interface definition in the PEL's message registry JSON. This can be used to log unknown VPD errors. Signed-off-by: Priyanga Ramasamy <[email protected]>
1 parent f763075 commit 91ae40d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

extensions/openpower-pels/registry/message_registry.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4874,6 +4874,41 @@
48744874
}
48754875
},
48764876

4877+
{
4878+
"Name": "com.ibm.VPD.Error.DefaultError",
4879+
"Subsystem": "cec_vpd",
4880+
4881+
"SRC": {
4882+
"ReasonCode": "0x4000",
4883+
"Words6To9": {}
4884+
},
4885+
4886+
"Callouts": [
4887+
{
4888+
"CalloutList": [
4889+
{ "Priority": "high", "Procedure": "BMC0001" }
4890+
]
4891+
}
4892+
],
4893+
4894+
"Documentation": {
4895+
"Description": "This entry is used when no other matching VPD error is found",
4896+
"Message": "Unknown VPD error occurred. (Original event not in message registry)",
4897+
"Notes": [
4898+
"This is used when actual cause of the VPD falure is unknown.",
4899+
"This error may contain callouts if the creator passed ",
4900+
"them in.",
4901+
"The severity is set by the creator.",
4902+
"If this error is seen, then a VPD code change needs to be ",
4903+
"made to log the specific error type related to the issue."
4904+
]
4905+
},
4906+
4907+
"JournalCapture": {
4908+
"NumLines": 30
4909+
}
4910+
},
4911+
48774912
{
48784913
"Name": "com.ibm.VPD.Error.InvalidEepromPath",
48794914
"Subsystem": "cec_vpd",

0 commit comments

Comments
 (0)