gce/WARN/2021_006
Serial logs don’t contain “Kernel panic” messages
Product: Compute Engine
Rule class: WARN - Something that is possibly wrong
Description
The “Kernel panic” messages in serial output usually indicate that some fatal error occurred on a Linux instance.
Remediation
This issue requires further troubleshooting as root causes vary in this case. Some common issues that could cause kernel to panic:
- Memory pressure
- Disk pressure
- Filesystem issues
- Software (driver) issues
- Hardware issues
You can use the following log query to find matching log lines:
resource.type="gce_instance"
log_id("serialconsole.googleapis.com/serial_port_1_output")
textPayload:("Kernel panic")