-
Notifications
You must be signed in to change notification settings - Fork 48
Description
PR #8269 added CRDB tables for storing ereports received from both service processors and the sled host OS. These ereports are generated to indicate a fault or other important event, so they contain information that's probably worth including in service bundles. So we should do that.
Ereports in CRDB are formatted as JSON. It's worth some additional thought to work out how we might best organize them in the service bundle for easy analysis.
Depending on the scope of the service bundle, we may only want to include ereports that were collected by Nexus within some time window. Eventually, we may also consider only including ereports from particular serial numbers, if we implement more "targeted" service bundles that only contain data from a particular system.