Documentation
¶
Overview ¶
Package sxid provides the NVIDIA SXID error details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct {
DocumentVersion string `json:"documentation_version"`
SXid int `json:"sxid"`
Name string `json:"name"`
Description string `json:"description"`
// SuggestedActionsByGPUd is the suggested actions by GPUd.
SuggestedActionsByGPUd *apiv1.SuggestedActions `json:"suggested_actions_by_gpud,omitempty"`
// CriticalErrorMarkedByGPUd is true if the GPUd marks this SXid as a critical error.
// You may use this field to decide whether to alert or not.
CriticalErrorMarkedByGPUd bool `json:"critical_error_marked_by_gpud"`
// EventType is the type of the event.
EventType apiv1.EventType `json:"event_type"`
PotentialFatal bool `json:"potential_fatal"`
AlwaysFatal bool `json:"always_fatal"`
Impact string `json:"impact"`
Recovery string `json:"recovery"`
OtherImpact string `json:"other_impact"`
}
Defines the SXid error information that is static. ref. https://docs.nvidia.com/datacenter/tesla/pdf/fabric-manager-user-guide.pdf
Click to show internal directories.
Click to hide internal directories.