Overview
This guide covers platform-level load balancer issues requiring administrator access — service agent failures, appliance provisioning problems, and capacity-related performance degradation.For user-facing issues (PENDING_CREATE status, member OFFLINE, TLS errors), see the
Load Balancer User Troubleshooting guide.
Service Not Responding
Load balancer API service unavailable
Load balancer API service unavailable
RabbitMQ connectivity lost
RabbitMQ connectivity lost
Cause: The load balancer worker cannot connect to the message queue, preventing
it from receiving provisioning commands.Diagnose:Resolution: Verify RabbitMQ is running and the octavia user credentials are correct.
Check RabbitMQ connectivity from worker
Appliance Provisioning Failures
Appliance provisioning fails — DHCP pool exhausted
Appliance provisioning fails — DHCP pool exhausted
Cause: The management network DHCP pool has no available IP addresses.Diagnose:Resolution: Expand the DHCP pool by updating the management subnet allocation range:
Check DHCP pool usage
Count current appliance IPs in use
Update DHCP pool range
Appliance image unavailable
Appliance image unavailable
Performance Degradation
High latency through load balancer
High latency through load balancer
Cause: Appliance compute resources are saturated, or the backend member count has
grown beyond the flavor profile’s rated capacity.Diagnose: Check appliance statistics for connection counts:Compare
Check load balancer connection statistics
active_connections against the flavor profile’s rated capacity.Resolution: Create a new load balancer with a higher-capacity flavor and migrate
listeners:Service Log Reference
| Container | Log command |
|---|---|
| Load balancer API | docker logs octavia_api --tail 100 |
| Worker | docker logs octavia_worker --tail 100 |
| Health manager | docker logs octavia_health_manager --tail 100 |
| Housekeeping | docker logs octavia_housekeeping --tail 100 |
Next Steps
Monitoring
Set up proactive monitoring to catch issues before they impact production.
Flavor Profiles
Create higher-capacity flavor profiles for workloads experiencing saturation.
Architecture
Review the component relationships that can cause cascading failures.
Security
Verify management plane isolation after resolving connectivity issues.