Tuesday, 2017-02-21

*** yuanying_ has quit IRC00:06
*** catinthe_ has quit IRC00:17
*** catintheroof has joined #senlin00:19
*** catintheroof has quit IRC00:23
*** XueFeng has joined #senlin00:48
*** ruijie has joined #senlin01:15
*** yuanying has joined #senlin01:16
*** yanyanhu has joined #senlin01:27
*** elynn has joined #senlin01:28
*** guoshan has joined #senlin01:38
*** guoshan_ has joined #senlin01:40
*** elynn has quit IRC01:40
*** elynn has joined #senlin01:41
*** guoshan has quit IRC01:43
*** elynn has quit IRC01:53
openstackgerritXueFeng Liu proposed openstack/senlin master: Revise log in _chase_up  https://review.openstack.org/43627802:24
*** elynn has joined #senlin02:30
*** XueFeng has quit IRC02:46
*** elynn has quit IRC02:53
*** zhurong has joined #senlin03:01
openstackgerritEthan Lynn proposed openstack/senlin master: Add a interface to list floating IPs  https://review.openstack.org/43583703:02
*** test_test_ has joined #senlin03:03
*** Drago1 has quit IRC03:06
openstackgerritHongbin Li proposed openstack/senlin master: Support profile-only to cluster update This path revises action_cluster_update api. Then cluster-update api could support 'profile-only' parameter. partial-blueprint: add-profile-only-to-cluster-update  https://review.openstack.org/43628803:19
openstackgerritHongbin Li proposed openstack/senlin master: Support profile-only to cluster update  https://review.openstack.org/43628803:22
openstackgerritXueFeng Liu proposed openstack/senlin master: Fix cluster_check cannot go to do_recover  https://review.openstack.org/43606003:40
*** zhurong has quit IRC04:01
openstackgerritMerged openstack/senlin master: Revise log in _chase_up  https://review.openstack.org/43627804:02
*** elynn has joined #senlin04:08
*** test_test_ has quit IRC04:10
*** elynn has quit IRC04:15
*** guoshan_ has quit IRC04:18
*** elynn has joined #senlin04:21
*** elynn_ has joined #senlin04:26
*** elynn has quit IRC04:27
*** shu-mutou-AWAY is now known as shu-mutou04:32
openstackgerritXueFeng Liu proposed openstack/senlin master: Fix cluster_check cannot go to do_recover  https://review.openstack.org/43606004:59
*** elynn_ has quit IRC05:02
*** elynn_ has joined #senlin05:10
*** elynn_ has quit IRC05:15
*** guoshan has joined #senlin05:18
openstackgerritHongbin Li proposed openstack/senlin master: Support profile-only to cluster update  https://review.openstack.org/43628805:23
*** guoshan has quit IRC05:43
openstackgerritMerged openstack/senlin master: Add a interface to list floating IPs  https://review.openstack.org/43583706:05
*** guoshan has joined #senlin06:07
openstackgerritXueFeng Liu proposed openstack/senlin master: Fix cluster_check cannot go to do_recover  https://review.openstack.org/43606006:10
openstackgerritYanyan Hu proposed openstack/python-senlinclient master: Initial post_test_hook script for functional test  https://review.openstack.org/43632106:16
openstackgerritYanyan Hu proposed openstack/python-senlinclient master: Initial post_test_hook script for functional test  https://review.openstack.org/43632106:19
openstackgerritYanyan Hu proposed openstack/python-senlinclient master: Initial test hooks for functional test  https://review.openstack.org/43632106:30
openstackgerritHongbin Li proposed openstack/senlin master: Support profile-only to cluster update  https://review.openstack.org/43628806:40
*** XueFeng has joined #senlin06:53
*** yuanying has quit IRC07:05
*** openstackgerrit has quit IRC07:32
XueFengQiMing,around?07:56
XueFengc07:56
Qimingyes07:59
XueFengabout do_recover08:03
XueFengwe have a problem08:04
XueFengWhen operation is None08:04
*** yuanying has joined #senlin08:04
XueFenghttp://git.openstack.org/cgit/openstack/senlin/tree/senlin/profiles/os/nova/server.py#n109808:05
XueFengWhen we do senlin node-recover node-5707ae7a-002 or do_recover from health manager08:06
XueFengoperation is None08:06
Qimingit is an obvious bug to fix08:07
XueFenghttps://bugs.launchpad.net/senlin/+bug/166624508:07
openstackLaunchpad bug 1666245 in senlin "after cluster check find not active nodes, it recovers fail" [Undecided,In progress] - Assigned to XueFeng Liu (jonnary-liu)08:07
XueFengYes08:07
Qimingthe bug description is really bad08:07
XueFenghh08:08
Qimingit is not describing the bug at all08:08
*** openstackgerrit has joined #senlin08:08
*** ChanServ sets mode: +v openstackgerrit08:08
openstackgerritShan Guo proposed openstack/senlin master: Bumping the version of cluster update api  https://review.openstack.org/43634608:08
Qimingit is describing what you did08:08
Qimingthink this way08:09
Qimingwhy operation is None?08:09
Qimingis it a valid situation?08:09
openstackgerritShan Guo proposed openstack/senlin master: Correct Log info in code  https://review.openstack.org/43634708:10
Qimingif it is not a valid situation, where should we add a check?08:10
openstackgerritHongbin Li proposed openstack/python-senlinclient master: Support profile-only to cluster update  https://review.openstack.org/43634908:10
XueFengI filled it yesterday. Will update the describtion08:10
XueFengI think it's a valid situation.08:14
Qiminga valid situation?08:15
Qiminghaving a health policy constantly checking the health without carrying out any recovery action?08:15
XueFengFor senlinclient command08:16
XueFengIt's valid08:16
XueFengSo we can do this with two patch.08:18
Qimingokay08:19
XueFengThe first is about nova server do_check, when operation is None, we use base profile's do_recover. The second is about health manager08:20
openstackgerritHongbin Li proposed openstack/python-senlinclient master: Support profile-only to cluster update  https://review.openstack.org/43634908:21
Qimingsounds a plan, XueFeng08:23
XueFengThe first one :08:24
XueFeng        if operation is not None and operation['name'] is not None:08:24
XueFengadd this line?08:25
XueFengAnd the second, we can get action from rt registries08:29
openstackgerritShan Guo proposed openstack/senlin master: Bumping the version of cluster update request object  https://review.openstack.org/43634608:50
openstackgerritShan Guo proposed openstack/senlin master: Bumping the version of cluster update request object  https://review.openstack.org/43634608:54
*** XueFeng has quit IRC08:57
openstackgerritMerged openstack/senlin master: Fix cluster_check cannot go to do_recover  https://review.openstack.org/43606009:06
*** yanyanhu has quit IRC09:06
openstackgerritShan Guo proposed openstack/senlin master: Bumping the version of cluster update request object  https://review.openstack.org/43634609:31
*** Jeffrey4l_ has quit IRC09:38
*** Jeffrey4l_ has joined #senlin09:51
openstackgerritMerged openstack/senlin master: Correct Log info in code  https://review.openstack.org/43634710:01
*** shu-mutou is now known as shu-mutou-AWAY10:06
*** guoshan has quit IRC10:11
*** Jeffrey4l_ has quit IRC11:44
*** Jeffrey4l_ has joined #senlin11:47
*** Jeffrey4l_ has quit IRC11:49
*** Jeffrey4l_ has joined #senlin11:50
openstackgerritMerged openstack/senlin master: Bumping the version of cluster update request object  https://review.openstack.org/43634611:54
*** yanyanhu has joined #senlin12:49
yanyanhuhi, guys, meeting will start in openstack-meeting channel in minutes12:54
*** ruijie_ has joined #senlin12:59
yanyanhuhi, guys, meeting has started13:00
*** elynn has joined #senlin13:02
*** chenyb has joined #senlin13:09
*** yanyanhu has quit IRC13:40
*** yanyanhu has joined #senlin13:40
openstackgerritMerged openstack/python-senlinclient master: Initial test hooks for functional test  https://review.openstack.org/43632113:41
*** yanyanhu has quit IRC13:53
*** chenyb has left #senlin15:00
*** Drago has joined #senlin15:31
*** Drago has quit IRC15:45
*** ruijie_ has quit IRC15:51
openstackgerritJeremy Liu proposed openstack/senlin-dashboard master: Fix oslo_debug_helper not running  https://review.openstack.org/43652416:11
*** Drago has joined #senlin16:13
openstackgerritJeremy Liu proposed openstack/senlin-dashboard master: Fix warning when running `tox -e debug`  https://review.openstack.org/43652516:15
*** Jeffrey4l_ has quit IRC17:03
*** Jeffrey4l has joined #senlin17:06
*** Drago has quit IRC17:41
*** openstack has joined #senlin18:17
*** Jeffrey4l has quit IRC21:35
*** Jeffrey4l has joined #senlin21:36
*** catintheroof has joined #senlin23:53

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