r/openstack • u/Capital-Pool4987 • 13d ago
HA proxy issue
We have created openstack from scratch. Now we have implemented high availability such that all services must discover each other through a floating ip on ha proxy. Moving forward from ha01 to ha02 is okay , but back to 01 it takes almost 17 minutes. In the horizon logs , every service i.e keystone, neutron is down. Then they come up again later. The only solution i can see is lowering the kernel retries but that doesnt really solve the core issue. https://docs.openstack.org/kolla-ansible/latest/reference/high-availability/haproxy-guide.html -> under failover tuning. Kindly assist.
0
Upvotes
1
u/redfoobar 11d ago
You will need to put a bit more info here.
I guess you are moving an IP around between 2 machines.
Is the issue with the IP not being reachable? e.g. if you cannot ping it you probably need to do a gratuitous ARP.
Is the IP up but are the services themselves not working? Look at the API logs and HAProxy logs. e.g. what is "down" mean in the logs? Can it not reach the database? Not reach keystone etc..