Wednesday, 2016-09-07

*** samP has joined #openstack-ha00:32
*** rossella_s has quit IRC01:18
*** rossella_s has joined #openstack-ha01:19
*** masahito has joined #openstack-ha01:54
*** markvoelker has quit IRC03:54
*** markvoelker has joined #openstack-ha04:55
*** markvoelker has quit IRC04:59
*** openstackgerrit has quit IRC05:18
*** rossella_s has quit IRC05:18
*** rossella_s has joined #openstack-ha05:19
*** openstackgerrit has joined #openstack-ha05:19
*** mjura has joined #openstack-ha06:01
*** nkrinner_afk is now known as nkrinner06:03
*** ushkalim has joined #openstack-ha06:18
*** pcaruana has joined #openstack-ha06:34
*** sticker has quit IRC06:42
*** Appa has joined #openstack-ha06:45
AppaProblem having setting up haproxy with openstack06:50
AppaAnybody faced same type of issue?06:50
*** markvoelker has joined #openstack-ha06:56
*** markvoelker has quit IRC07:01
*** jpena|off is now known as jpena07:03
haukebrunoAppa, what issue in detail?08:02
*** aspiers has joined #openstack-ha08:22
*** moizarif has joined #openstack-ha08:25
*** moiz has quit IRC08:26
*** moizarif_ has joined #openstack-ha08:26
*** moizarif has quit IRC08:30
*** openstackgerrit has quit IRC08:34
*** openstackgerrit has joined #openstack-ha08:35
Appahaukebruno: i could able to create loadbalancer through dashboard but members are not connecting.08:35
Appaits showing issue like - haproxy[26442]: backend 8e9dc5da-0588-41d8-bdd1-52552220c825 has no server available!08:35
haukebrunoAppa, are you talking about haproxy inside your controle plane or about haproxy inside LBaaS?08:44
Appahaproxy inside LBaaS08:44
Appahaukebruno: i am successfully able to create load balancer with listener,pool and members08:45
Appapreviously haproxy was not running so i hv restarted by assigning different port as 5000 was allready been used08:46
haukebrunoAppa, did you implement a health check? maybe icmp or _your service_ is blocked because of secgroup or fwaas rules08:46
Appahow to implement healthcheck?08:48
Appaby adding monitor correct?08:48
haukebrunoah yes08:50
haukebrunomonitor is the right term :p08:50
Appayes i hv08:50
haukebrunoAppa, also you can try to reach your backends via icmp or service from inside the lbaas namespace08:50
Appaits giving me issue after adding loadbalancer as - haproxy[8537]: backend ef831df7-8949-4be6-9ca6-5fc3fe4d5f6e has no server available!08:50
haukebrunothat will also point out whether somehing is really unreachable or not08:51
Appaicmp? how i should do that08:51
haukebrunojust ping from the lbaas namespace to your backend08:52
Appai could able to ping ip of loadbalancer from my local machine as we as controller node08:53
Appaand after time ping stops due to following issue08:54
haukebrunook, but the error message means that the haproxy instance isn't able to reach its backends08:54
Appa2016-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
Appaand getting warning as ...08:55
Appa2016-09-07 01:55:24.735 23401 WARNING neutron_lbaas.drivers.haproxy.namespace_driver [-] Stats socket not found for loadbalancer 30423244-6e02-41d6-b5d3-e50dd3845e7108:55
haukebrunoso I would suggest to try to ping the backend servers from the haproxy/lbaas namespace (that runs on your lbaas-agent nodes)08:55
Appai am not sure about haproxy/lbaas namespace08:56
*** markvoelker has joined #openstack-ha08:57
haukebrunoAppa, 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
haukebrunothen you can try 'ip netns exec qlbaas-UUID ping ...'09:00
Appai see but there are more then one qlbaas-*09:00
*** markvoelker has quit IRC09:01
haukebrunoyou need to use the UUID of the balancer that throws the error above09:02
Appahaukebruno: ok thanks let me check that09:02
haukebrunoit is the same UUID like in horizon or 'neutron lbaas-loadbalancer-list' and stuff09:03
*** masahito has quit IRC09:10
*** dgurtner has joined #openstack-ha09:14
Appahaukebruno: ok so ping working09:36
Appaip netns exec qlbaas-30423244-6e02-41d6-b5d3-e50dd3845e71 ping -c09:36
*** bogdando has quit IRC09:41
*** bogdando has joined #openstack-ha09:41
Appastill its showing - haproxy[10350]: backend ef831df7-8949-4be6-9ca6-5fc3fe4d5f6e has no server available!09:43
*** rossella_s has quit IRC09:44
*** rossella_s has joined #openstack-ha09:44
Appahaukebruno: Ohh one thing i hv noticed is in haproxy config file - /var/lib/neutron/lbaas/v2/30423244-6e02-41d6-b5d3-e50dd3845e71/haproxy.conf09:49
Appaits having local ip09:49
Appaand it is not pingable from controller node09:50
*** Appa has quit IRC09:55
*** markvoelker has joined #openstack-ha09:57
*** hoonetorg has quit IRC09:58
*** markvoelker has quit IRC10:02
*** Appa has joined #openstack-ha10:09
haukebrunoAppa, that shouldn't matter. are you able to reach the service on the backends from the namespace?10:13
Appahaukebruno: 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
haukebrunoah sorry, you need to ping the private IP address of the backend10:20
Appahaukebruno: yeah thats the problem10:20
Appawhen i am using private ip its not working10:20
haukebrunoso 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 instances10:21
Appai hv stopped iptables from instances10:22
haukebrunoIIRC the _normal_ flow is FIP -> balancer VIP (private) -> backends (private)10:22
Appahaukebruno: i see10:22
*** dgurtner has quit IRC10:38
*** jpena is now known as jpena|lunch11:49
*** markvoelker has joined #openstack-ha11:58
*** markvoelker has quit IRC12:03
*** dgurtner has joined #openstack-ha12:09
*** hoonetorg has joined #openstack-ha12:23
*** markvoelker has joined #openstack-ha12:32
*** jpena|lunch is now known as jpena12:48
Appahaukebruno: is it required to have local private ip access from controller node or host from we are running haproxy?12:55
*** Appa has quit IRC13:04
*** rossella_s has quit IRC13:18
*** rossella_s has joined #openstack-ha13:19
*** kgaillot has joined #openstack-ha13:59
*** rossella_s has quit IRC14:20
*** Appa has joined #openstack-ha14:34
*** rossella_s has joined #openstack-ha14:42
*** hoonetorg has quit IRC14:43
*** hoonetorg has joined #openstack-ha14:57
*** mjura has quit IRC14:59
*** Appa has quit IRC15:01
*** ventifus has joined #openstack-ha15:02
*** Appa has joined #openstack-ha15:18
*** Appa has quit IRC15:25
*** nkrinner is now known as nkrinner_afk15:29
*** hoonetorg has quit IRC15:38
*** Appa has joined #openstack-ha15:38
*** hoonetorg has joined #openstack-ha15:42
*** pcaruana has quit IRC16:01
*** Appa has quit IRC16:07
*** Appa has joined #openstack-ha16:20
*** Appa has quit IRC16:35
*** sigmavirus is now known as irvirus16:40
*** irvirus is now known as sigmavirus16:40
*** jpena is now known as jpena|away17:19
*** ushkalim has quit IRC18:43
*** openstackgerrit has quit IRC20:04
*** openstackgerrit has joined #openstack-ha20:05
*** mwturvey has joined #openstack-ha20:09
*** mwturvey has quit IRC20:19
*** dgurtner has quit IRC20:21
*** rossella_s has quit IRC21:18
*** rossella_s has joined #openstack-ha21:19
*** ventifus has left #openstack-ha22:35
*** ventifus has quit IRC22:35
*** kgaillot has quit IRC22:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!