yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50597
[Bug 1240407] Re: Healthchecks report of ACTIVE status while haproxy is down and no healthcheck traffic even sent to the members
[Expired for neutron because there has been no activity for 60 days.]
** Changed in: neutron
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1240407
Title:
Healthchecks report of ACTIVE status while haproxy is down and no
healthcheck traffic even sent to the members
Status in neutron:
Expired
Bug description:
Version
=======
Havana on rhel
Description
===========
I've enabled LBaaS with haproxy, I've configured a pool with vip and members, I've associated healthcheck but there is no haproxy process (under investigation) so real traffic to the vip is not really handled/redirected and no healthcheck traffic is being sent, however, the healthchecks say that the status is ACTIVE.
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-pool-show 43496d25-a320-43bc-bd41-d1a0aa03cfb8
+------------------------+--------------------------------------------------------------------------------------------------------+
| Field | Value |
+------------------------+--------------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| description | |
| health_monitors | ba428e7f-7257-48a6-b026-34aed0432504 |
| | eb1c1018-706a-419d-8595-6f971a080f3f |
| health_monitors_status | {"monitor_id": "ba428e7f-7257-48a6-b026-34aed0432504", "status": "ACTIVE", "status_description": null} |
| | {"monitor_id": "eb1c1018-706a-419d-8595-6f971a080f3f", "status": "ACTIVE", "status_description": null} |
| id | 43496d25-a320-43bc-bd41-d1a0aa03cfb8 |
| lb_method | ROUND_ROBIN |
| members | 0dd92ab4-84ac-4f68-8ba8-2028c3195535 |
| | bc9bad4a-39d9-48ca-97b8-633c617dc33d |
| | be904b2f-cb77-4721-be54-31563c765b58 |
| name | pool1 |
| protocol | HTTP |
| provider | haproxy |
| status | ACTIVE |
| status_description | |
| subnet_id | d6278b7a-10a8-4159-bbcf-a5c6173ab27a |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| vip_id | 63b27672-6dfc-41c4-b6af-55a5aa5f9f65 |
+------------------------+--------------------------------------------------------------------------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-healthmonitor-show ba428e7f-7257-48a6-b026-34aed0432504
+----------------+-----------------------------------------------------------------------------------------------------+
| Field | Value |
+----------------+-----------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| delay | 3 |
| expected_codes | 200 |
| http_method | GET |
| id | eb1c1018-706a-419d-8595-6f971a080f3f |
| max_retries | 3 |
| pools | {"status": "ACTIVE", "status_description": null, "pool_id": "43496d25-a320-43bc-bd41-d1a0aa03cfb8"} |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| timeout | 3 |
| type | HTTP |
| url_path | / |
+----------------+-----------------------------------------------------------------------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-healthmonitor-show eb1c1018-706a-419d-8595-6f971a080f3f
+----------------+-----------------------------------------------------------------------------------------------------+
| Field | Value |
+----------------+-----------------------------------------------------------------------------------------------------+
| admin_state_up | True |
| delay | 3 |
| expected_codes | 200 |
| http_method | GET |
| id | eb1c1018-706a-419d-8595-6f971a080f3f |
| max_retries | 3 |
| pools | {"status": "ACTIVE", "status_description": null, "pool_id": "43496d25-a320-43bc-bd41-d1a0aa03cfb8"} |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| timeout | 3 |
| type | HTTP |
| url_path | / |
+----------------+-----------------------------------------------------------------------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-member-show 0dd92ab4-84ac-4f68-8ba8-2028c3195535
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| address | 10.35.211.3 |
| admin_state_up | True |
| id | 0dd92ab4-84ac-4f68-8ba8-2028c3195535 |
| pool_id | 43496d25-a320-43bc-bd41-d1a0aa03cfb8 |
| protocol_port | 80 |
| status | ACTIVE |
| status_description | |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| weight | 1 |
+--------------------+--------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-member-show bc9bad4a-39d9-48ca-97b8-633c617dc33d
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| address | 10.35.211.4 |
| admin_state_up | True |
| id | bc9bad4a-39d9-48ca-97b8-633c617dc33d |
| pool_id | 43496d25-a320-43bc-bd41-d1a0aa03cfb8 |
| protocol_port | 80 |
| status | ACTIVE |
| status_description | |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| weight | 1 |
+--------------------+--------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$ neutron lb-member-show be904b2f-cb77-4721-be54-31563c765b58
+--------------------+--------------------------------------+
| Field | Value |
+--------------------+--------------------------------------+
| address | 10.35.170.104 |
| admin_state_up | True |
| id | be904b2f-cb77-4721-be54-31563c765b58 |
| pool_id | 43496d25-a320-43bc-bd41-d1a0aa03cfb8 |
| protocol_port | 80 |
| status | ACTIVE |
| status_description | |
| tenant_id | 4c4170dc9e1c43e9a4af8ae8e39bd5b9 |
| weight | 1 |
+--------------------+--------------------------------------+
[root@puma10 ~(keystone_vlan_211)]$
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1240407/+subscriptions