- Getting Started Configuration Accessing Your Cluster Hypervisors Maintenance Hook Scripts Troubleshooting
OSDs Imbalanced
When your OSDs are imbalanced here are some steps to debug:
- Evaluate PG numbers.
- If you applied any PG number changes, wait for all data movement to finish. Then, If it's still imbalanced, continue.
- Make sure the balancer is up and running:
ceph balancer status
- Make the balancer more aggressive:
ceph config set mgr mgr/balancer/upmap_max_deviation 1 # The default is 5, meaning it tries to keep PG deviation within +- 5 PGs
- Wait for all data movement to finish.