*** samP has joined #openstack-ha | 00:32 | |
*** rossella_s has quit IRC | 01:18 | |
*** rossella_s has joined #openstack-ha | 01:19 | |
*** masahito has joined #openstack-ha | 01:54 | |
*** markvoelker has quit IRC | 03:54 | |
*** markvoelker has joined #openstack-ha | 04:55 | |
*** markvoelker has quit IRC | 04:59 | |
*** openstackgerrit has quit IRC | 05:18 | |
*** rossella_s has quit IRC | 05:18 | |
*** rossella_s has joined #openstack-ha | 05:19 | |
*** openstackgerrit has joined #openstack-ha | 05:19 | |
*** mjura has joined #openstack-ha | 06:01 | |
*** nkrinner_afk is now known as nkrinner | 06:03 | |
*** ushkalim has joined #openstack-ha | 06:18 | |
*** pcaruana has joined #openstack-ha | 06:34 | |
*** sticker has quit IRC | 06:42 | |
*** Appa has joined #openstack-ha | 06:45 | |
Appa | Problem having setting up haproxy with openstack | 06:50 |
---|---|---|
Appa | Anybody faced same type of issue? | 06:50 |
*** markvoelker has joined #openstack-ha | 06:56 | |
*** markvoelker has quit IRC | 07:01 | |
*** jpena|off is now known as jpena | 07:03 | |
haukebruno | Appa, what issue in detail? | 08:02 |
*** aspiers has joined #openstack-ha | 08:22 | |
*** moizarif has joined #openstack-ha | 08:25 | |
*** moiz has quit IRC | 08:26 | |
*** moizarif_ has joined #openstack-ha | 08:26 | |
*** moizarif has quit IRC | 08:30 | |
*** openstackgerrit has quit IRC | 08:34 | |
*** openstackgerrit has joined #openstack-ha | 08:35 | |
Appa | haukebruno: i could able to create loadbalancer through dashboard but members are not connecting. | 08:35 |
Appa | its showing issue like - haproxy[26442]: backend 8e9dc5da-0588-41d8-bdd1-52552220c825 has no server available! | 08:35 |
haukebruno | Appa, are you talking about haproxy inside your controle plane or about haproxy inside LBaaS? | 08:44 |
Appa | haproxy inside LBaaS | 08:44 |
Appa | haukebruno: i am successfully able to create load balancer with listener,pool and members | 08:45 |
Appa | previously haproxy was not running so i hv restarted by assigning different port as 5000 was allready been used | 08:46 |
haukebruno | Appa, did you implement a health check? maybe icmp or _your service_ is blocked because of secgroup or fwaas rules | 08:46 |
Appa | how to implement healthcheck? | 08:48 |
Appa | by adding monitor correct? | 08:48 |
haukebruno | ah yes | 08:50 |
haukebruno | monitor is the right term :p | 08:50 |
Appa | yes i hv | 08:50 |
haukebruno | Appa, also you can try to reach your backends via icmp or service from inside the lbaas namespace | 08:50 |
Appa | its giving me issue after adding loadbalancer as - haproxy[8537]: backend ef831df7-8949-4be6-9ca6-5fc3fe4d5f6e has no server available! | 08:50 |
haukebruno | that will also point out whether somehing is really unreachable or not | 08:51 |
Appa | icmp? how i should do that | 08:51 |
haukebruno | just ping from the lbaas namespace to your backend | 08:52 |
Appa | i could able to ping ip of loadbalancer from my local machine as we as controller node | 08:53 |
Appa | and after time ping stops due to following issue | 08:54 |
haukebruno | ok, but the error message means that the haproxy instance isn't able to reach its backends | 08:54 |
Appa | 2016-09-07 01:53:32.675 23427 ERROR neutron.common.rpc [-] Timeout in RPC method get_ready_devices. Waiting for 24 seconds before next attempt. If the server is not down, consider increasing the rpc_response_timeout option as Neutron server(s) may be overloaded and unable to respond quickly enough. | 08:54 |
Appa | and getting warning as ... | 08:55 |
Appa | 2016-09-07 01:55:24.735 23401 WARNING neutron_lbaas.drivers.haproxy.namespace_driver [-] Stats socket not found for loadbalancer 30423244-6e02-41d6-b5d3-e50dd3845e71 | 08:55 |
haukebruno | so I would suggest to try to ping the backend servers from the haproxy/lbaas namespace (that runs on your lbaas-agent nodes) | 08:55 |
Appa | i am not sure about haproxy/lbaas namespace | 08:56 |
*** markvoelker has joined #openstack-ha | 08:57 | |
haukebruno | Appa, on the node you installed the lbaas-agent, type 'ip netns' and you'll see all existing namespaces on that node. there should be one 'qlbaas-UUID' | 08:59 |
haukebruno | then you can try 'ip netns exec qlbaas-UUID ping ...' | 09:00 |
Appa | i see but there are more then one qlbaas-* | 09:00 |
*** markvoelker has quit IRC | 09:01 | |
haukebruno | you need to use the UUID of the balancer that throws the error above | 09:02 |
Appa | haukebruno: ok thanks let me check that | 09:02 |
haukebruno | it is the same UUID like in horizon or 'neutron lbaas-loadbalancer-list' and stuff | 09:03 |
*** masahito has quit IRC | 09:10 | |
*** dgurtner has joined #openstack-ha | 09:14 | |
Appa | haukebruno: ok so ping working | 09:36 |
Appa | ip netns exec qlbaas-30423244-6e02-41d6-b5d3-e50dd3845e71 ping -c | 09:36 |
*** bogdando has quit IRC | 09:41 | |
*** bogdando has joined #openstack-ha | 09:41 | |
Appa | still its showing - haproxy[10350]: backend ef831df7-8949-4be6-9ca6-5fc3fe4d5f6e has no server available! | 09:43 |
*** rossella_s has quit IRC | 09:44 | |
*** rossella_s has joined #openstack-ha | 09:44 | |
Appa | haukebruno: Ohh one thing i hv noticed is in haproxy config file - /var/lib/neutron/lbaas/v2/30423244-6e02-41d6-b5d3-e50dd3845e71/haproxy.conf | 09:49 |
Appa | its having local ip | 09:49 |
Appa | and it is not pingable from controller node | 09:50 |
*** Appa has quit IRC | 09:55 | |
*** markvoelker has joined #openstack-ha | 09:57 | |
*** hoonetorg has quit IRC | 09:58 | |
*** markvoelker has quit IRC | 10:02 | |
*** Appa has joined #openstack-ha | 10:09 | |
haukebruno | Appa, that shouldn't matter. are you able to reach the service on the backends from the namespace? | 10:13 |
Appa | haukebruno: yes i can able to ping backend floating ip using ip netns exec qlbaas-30423244-6e02-41d6-b5d3-e50dd3845e71 ping -c 3 <backend floating ip> | 10:19 |
haukebruno | ah sorry, you need to ping the private IP address of the backend | 10:20 |
Appa | haukebruno: yeah thats the problem | 10:20 |
Appa | when i am using private ip its not working | 10:20 |
haukebruno | so there is your problem :P now you need to find out why. secgroup or fwaas could be an issue, or maybe some packetfilter like iptables inside the instances | 10:21 |
Appa | i hv stopped iptables from instances | 10:22 |
haukebruno | IIRC the _normal_ flow is FIP -> balancer VIP (private) -> backends (private) | 10:22 |
Appa | haukebruno: i see | 10:22 |
*** dgurtner has quit IRC | 10:38 | |
*** jpena is now known as jpena|lunch | 11:49 | |
*** markvoelker has joined #openstack-ha | 11:58 | |
*** markvoelker has quit IRC | 12:03 | |
*** dgurtner has joined #openstack-ha | 12:09 | |
*** hoonetorg has joined #openstack-ha | 12:23 | |
*** markvoelker has joined #openstack-ha | 12:32 | |
*** jpena|lunch is now known as jpena | 12:48 | |
Appa | haukebruno: is it required to have local private ip access from controller node or host from we are running haproxy? | 12:55 |
*** Appa has quit IRC | 13:04 | |
*** rossella_s has quit IRC | 13:18 | |
*** rossella_s has joined #openstack-ha | 13:19 | |
*** kgaillot has joined #openstack-ha | 13:59 | |
*** rossella_s has quit IRC | 14:20 | |
*** Appa has joined #openstack-ha | 14:34 | |
*** rossella_s has joined #openstack-ha | 14:42 | |
*** hoonetorg has quit IRC | 14:43 | |
*** hoonetorg has joined #openstack-ha | 14:57 | |
*** mjura has quit IRC | 14:59 | |
*** Appa has quit IRC | 15:01 | |
*** ventifus has joined #openstack-ha | 15:02 | |
*** Appa has joined #openstack-ha | 15:18 | |
*** Appa has quit IRC | 15:25 | |
*** nkrinner is now known as nkrinner_afk | 15:29 | |
*** hoonetorg has quit IRC | 15:38 | |
*** Appa has joined #openstack-ha | 15:38 | |
*** hoonetorg has joined #openstack-ha | 15:42 | |
*** pcaruana has quit IRC | 16:01 | |
*** Appa has quit IRC | 16:07 | |
*** Appa has joined #openstack-ha | 16:20 | |
*** Appa has quit IRC | 16:35 | |
*** sigmavirus is now known as irvirus | 16:40 | |
*** irvirus is now known as sigmavirus | 16:40 | |
*** jpena is now known as jpena|away | 17:19 | |
*** ushkalim has quit IRC | 18:43 | |
*** openstackgerrit has quit IRC | 20:04 | |
*** openstackgerrit has joined #openstack-ha | 20:05 | |
*** mwturvey has joined #openstack-ha | 20:09 | |
*** mwturvey has quit IRC | 20:19 | |
*** dgurtner has quit IRC | 20:21 | |
*** rossella_s has quit IRC | 21:18 | |
*** rossella_s has joined #openstack-ha | 21:19 | |
*** ventifus has left #openstack-ha | 22:35 | |
*** ventifus has quit IRC | 22:35 | |
*** kgaillot has quit IRC | 22:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!