Tuesday, 2016-05-17

*** Qiming has joined #senlin00:07
*** Drago has joined #senlin00:26
*** Drago has joined #senlin00:26
*** yuanying has joined #senlin00:27
*** yuanying has quit IRC00:30
*** Qiming has quit IRC00:31
*** yuanying has joined #senlin00:40
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/31695800:50
*** Liuqing has joined #senlin00:56
*** Liuqing has quit IRC01:06
*** Liuqing has joined #senlin01:14
*** Qiming has joined #senlin01:21
*** yuanying has quit IRC01:30
*** shu-mutou-AFK is now known as shu-mutou01:40
*** yanyanhu has joined #senlin01:53
*** elynn has joined #senlin02:01
*** elynn has quit IRC02:06
*** elynn has joined #senlin02:07
*** yuanying has joined #senlin02:24
*** elynn has quit IRC02:39
*** elynn has joined #senlin02:43
*** elynn has quit IRC02:44
*** elynn has joined #senlin02:45
*** Drago has quit IRC02:47
*** yuanying has quit IRC02:54
*** elynn_ has joined #senlin03:04
*** elynn has quit IRC03:07
*** elynn__ has joined #senlin03:08
*** elynn_ has quit IRC03:09
*** elynn__ has quit IRC03:13
*** elynn has joined #senlin03:15
*** yuanying has joined #senlin03:48
*** elynn has quit IRC04:14
*** yuanying has quit IRC04:22
*** yuanying has joined #senlin04:23
*** yuanying has quit IRC04:27
*** yuanying has joined #senlin04:46
*** elynn has joined #senlin04:47
*** elynn_ has joined #senlin04:52
*** elynn has quit IRC04:53
*** yuanying has quit IRC05:08
*** elynn_ has quit IRC05:51
*** elynn has joined #senlin05:56
*** elynn_ has joined #senlin06:08
*** elynn has quit IRC06:10
*** Liuqing has quit IRC06:33
*** Liuqing has joined #senlin07:12
*** Liuqing has quit IRC07:23
*** elynn_ has quit IRC07:28
*** elynn_ has joined #senlin07:33
*** elynn_ has quit IRC07:38
*** elynn_ has joined #senlin07:39
*** xuhaiwei has joined #senlin08:55
Qimingyanyanhu, there?09:22
yanyanhuyes09:22
Qimingso ... some questions about lbaas09:23
yanyanhuok09:23
Qiminghealth monitor perspective09:23
Qimingdoese lbaasv2 provide an interface to check member status?09:23
yanyanhuyes, I think so. The member status can be observed by listing lbaas member09:24
Qimingem ...09:24
Qimingif i'm basing node health detection on lbaas09:25
yanyanhubut didn't find specific interface for health checking of a given member09:25
Qimingso what's the role of health_mon in it?09:25
yanyanhuhmm, I think hm is kind of backend monitoring service which periodically check the status of node09:27
Qimingyes?09:27
Qimingdoes hm provide an interface for checking?09:27
yanyanhuand mark the status of physical resource into failed when necessary09:28
yanyanhuno, I think, if you mean initiative health check09:28
yanyanhue.g. ask for hm to check the current health status of a member09:28
yanyanhuat least didn't see related interface been exposed by neutron09:29
yanyanhuthrough api09:29
yanyanhulet me recheck the api ref09:29
Qimingso, no proactive interface for hm09:29
Qiminghealth check is treated largely as an internal mechanism by LB?09:30
yanyanhuno, I think09:30
yanyanhuyes09:30
yanyanhuit is based on the API provided by neutron-lbaas-v209:31
Qimingneed some affirmative answer here09:31
yanyanhuwill try to check api code of neutron lbaas v209:31
yanyanhubut no this kind of API interface is exposed based on it API reference...09:31
Qimingits api is documented somewhere?09:32
yanyanhuyes, here, http://developer.openstack.org/api-ref-networking-v2-ext.html09:32
yanyanhuhttp://developer.openstack.org/api-ref-networking-v2-ext.html#lbaas-v2.009:33
yanyanhuthis one09:33
Qimingso ... checking this /v2.0/lbaas/pools/​{pool_id}​/members would be our best bet?09:35
yanyanhuguess so...09:35
yanyanhuwe can set the check duration09:35
yanyanhubut still need to wait09:36
yanyanhufor hm to refresh the health status of members09:36
Qimingthis one /v2.0/lbaas/loadbalancers/​{loadbalancer_id}​/statuses09:37
Qimingis it modeled in openstacksdk?09:37
Qiminglooks like it is providing a lot of useful information09:38
Qimingoh, I see, it is per-lb09:38
Qimingnot per pool09:38
yanyanhuyes09:38
yanyanhun:1 map I guess between pool/listener and lb09:39
Qimingbut this one: /v2.0/lbaas/pools/​{pool_id}​/members is not providing the operating_status field09:40
Qimingor provisioning_status09:40
yanyanhulet me check09:40
yanyanhujust a status property09:41
yanyanhuwhich means whether the member is operational now09:41
Qimingare you sure it IS about operational status?09:43
yanyanhuah, it's based on API ref as well...09:43
yanyanhuI guess it means whether the member is available on specific  protocol & port09:44
QimingAPI ref?09:46
yanyanhuyes09:46
yanyanhuhttp://developer.openstack.org/api-ref-networking-v2-ext.html#showMemberv209:46
Qimingwhat is api ref?09:46
yanyanhustatus plain xsd:string09:46
yanyanhuThe status of the member. Indicates whether the member is operational.09:46
yanyanhuoh, you mean list09:47
yanyanhunot show member details09:47
yanyanhuoh, also has this property09:47
yanyanhuhttp://developer.openstack.org/api-ref-networking-v2-ext.html#createMemberv209:48
yanyanhuft09:48
Qimingyes, doesn't want to interate thru the list by ourselves09:48
yanyanhuthis is create09:48
*** shu-mutou is now known as shu-mutou-AFK09:48
yanyanhuyes09:48
yanyanhuthat's low efficient09:48
Qiminghttp://developer.openstack.org/api-ref-networking-v2-ext.html#showLoadBalancerStatusTree I like this one09:49
Qimingthough not accurately documented09:49
yanyanhuhttp://developer.openstack.org/api-ref-networking-v2-ext.html#listMembersv209:49
yanyanhuyes09:49
Qimingthe listMembersv2 sample didn't indicate what the 'status' field is09:49
yanyanhuthe document said status will be included in list result, but it is not in rest example09:50
yanyanhus/rest/resp09:50
yanyanhuI think it is there since I can see the status of each member when I list pool member using cmd :)09:50
*** elynn_ has quit IRC09:50
Qiminglbaas api doc is based on WADL, that is why you see xsd:string kind of data types09:51
Qimingneed help from you and xinhui on this09:51
Qimingwe need to decide how to get health based on load-balancer09:51
yanyanhusure09:51
Qimingxinhui is not yet checking in any patch in this space09:52
yanyanhuwe can make a discussion on this tonight09:52
Qiminghave a discussion, not 'make'09:52
yanyanhuyes :P09:52
Qiming:)09:52
*** yanyanhu has quit IRC10:12
*** Qiming has quit IRC10:25
openstackgerritMerged openstack/senlin: Add API test for receiver show  https://review.openstack.org/31667710:38
openstackgerritMerged openstack/senlin: Add API test for receiver list  https://review.openstack.org/31667310:38
openstackgerritMerged openstack/senlin: Remove emacs magic line  https://review.openstack.org/31667510:39
*** Qiming has joined #senlin11:20
*** Qiming has quit IRC11:37
*** Qiming has joined #senlin11:40
*** Qiming_ has joined #senlin11:43
*** Qiming has quit IRC11:46
*** Qiming_ has quit IRC11:54
*** Qiming has joined #senlin11:57
*** Qiming has quit IRC11:58
*** Qiming has joined #senlin12:04
*** Qiming has quit IRC12:06
*** Qiming has joined #senlin12:07
*** Qiming has quit IRC12:16
*** Qiming has joined #senlin12:16
*** lixinhui has joined #senlin12:31
*** elynn has joined #senlin12:51
*** lixinhui has quit IRC12:54
*** cschulz_ has joined #senlin12:54
cschulz_Qiming, Have some critical work to complete, so will be monitoring meeting but not participating very much12:56
*** yanyanhu has joined #senlin12:57
*** lixinhui has joined #senlin12:58
lixinhui#join #openstack meeting12:58
lixinhui#join #openstack-meeting12:58
elynnIt's time~13:00
lixinhui:)13:00
*** zzxwill has joined #senlin13:01
*** zzxwill has quit IRC13:01
*** zzxwill has joined #senlin13:01
*** openstackgerrit has quit IRC13:32
*** openstackgerrit has joined #senlin13:34
*** lixinhui has left #senlin13:38
yanyanhuping, did I drop?13:40
yanyanhustill here13:40
elynnyes13:40
*** yanyanhu_ has joined #senlin13:50
*** elynn has quit IRC13:51
*** yanyanhu has quit IRC13:53
*** yanyanhu_ has quit IRC13:54
*** Drago has joined #senlin14:30
*** Drago has quit IRC14:40
*** Drago has joined #senlin14:43
*** Drago has quit IRC14:43
*** Drago has joined #senlin14:43
*** Qiming has quit IRC15:02
*** Drago1 has joined #senlin15:07
*** Drago has quit IRC15:10
*** Drago1 has quit IRC15:22
*** zzxwill__ has joined #senlin15:23
*** zzxwill__ has left #senlin15:25
*** Liuqing has joined #senlin15:31
*** Drago has joined #senlin15:52
*** Liuqing has quit IRC15:57
*** Drago has quit IRC16:06
*** Drago has joined #senlin16:08
*** zzxwill has quit IRC16:08
*** heyongli has quit IRC16:50
*** heyongli has joined #senlin16:52
*** zzxwill has joined #senlin17:38
*** zzxwill has quit IRC17:55
*** Drago has quit IRC22:30
*** Qiming has joined #senlin23:39

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