You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CP-52524: Generate an alert when various host kernel taints are set (xapi-project#6128)
Issue an alert about a broken host kernel if bits 4, 5, 7, 9, or 14 are
set in
`/proc/sys/kernel/tainted`, indicating some kind of error was
encountered and the
future behaviour of the kernel might not be predictable or safe anymore
(though
it generally should reasonably recover).
Only one alert per tainted bit per boot should be issued.
Distinguish between Major (4,5,7 - these are all things that might cause
a
host crash, but are unlikely to corrupt whatever data has been written
out) and
Warning (9, 14 - might be a concern and could be raised to Support but
usually
are not severe enough to crash the host) levels of errors as
suggested by the Foundations team.
This should serve as an indicator during issue investigation to look for
the
cause of the taint.
0 commit comments