OpenStack

Instance Boot Failure Correlation Chain

critical
reliabilityUpdated Nov 5, 2025

Trace instance spawn failures through the full dependency chain from Nova to Glance, Cinder, and Neutron using centralized logging and distributed tracing.

How to detect:

Monitor nova-compute logs for 'Instance Failed to Spawn' errors. Use distributed tracing (Jaeger/OpenTelemetry) to follow request paths through Nova→Glance→Cinder→Neutron. Check for image corruption, volume attach failures, or network allocation errors.

Recommended action:

Validate image integrity in Glance, check Cinder storage backend health, verify Neutron DHCP agent status and IP pool availability. Review hypervisor (KVM/QEMU) configuration and resource limits.