Monday, 2017-01-23

*** c00281451_ has joined #openstack-karbor00:14
*** zengchen has quit IRC00:18
*** gouthamr has quit IRC00:24
*** gouthamr has joined #openstack-karbor00:32
openstackgerritzhangshuai proposed openstack/karbor: Checkpoint list bug  https://review.openstack.org/42379701:11
openstackgerritMerged openstack/python-karborclient: Make some command echo item print pretty  https://review.openstack.org/42377001:56
openstackgerritMerged openstack/karbor: Fix create trust failed  https://review.openstack.org/41060501:58
openstackgerritMerged openstack/karbor: Add offset support for paginate_query in karbor  https://review.openstack.org/42362601:58
openstackgerritzhangshuai proposed openstack/karbor: Checkpoint list bug  https://review.openstack.org/42379703:08
openstackgerritNam Nguyen Hoai proposed openstack/karbor: Delete support for py33  https://review.openstack.org/42389103:10
openstackgerritCao Xuan Hoang proposed openstack/python-karborclient: Remove support for py33  https://review.openstack.org/42389703:48
*** chenying_ has quit IRC03:58
*** chenying has joined #openstack-karbor03:59
*** gouthamr has quit IRC05:07
*** zhangshuai has quit IRC05:31
*** zhangshuai has joined #openstack-karbor05:32
openstackgerritTuan Luong-Anh proposed openstack/karbor: Replace yaml.load() with yaml.safe_load()  https://review.openstack.org/42056705:53
openstackgerritAnh Tran proposed openstack/karbor: Typo fix: completly => completely  https://review.openstack.org/42393906:31
*** yuval has joined #openstack-karbor06:59
*** c00281451_ is now known as zengchen07:37
zengchenping yuvalb07:37
zengchenping yuval07:37
openstackgerritchenying proposed openstack/karbor: Update the glance backup protection plugin  https://review.openstack.org/41682407:51
yuvalping zengchen07:55
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799007:55
zengchenyuval:hey, i have seen your comments and i have replied you. please take a look at it.07:59
zengchenyuval:thanks.07:59
openstackgerritzengchen proposed openstack/karbor: Fix token expire wich may happen in using clients  https://review.openstack.org/40838208:08
*** yamamoto has quit IRC08:10
*** yamamoto has joined #openstack-karbor08:46
openstackgerritzengchen proposed openstack/karbor: Use common config in clients  https://review.openstack.org/40840008:52
openstackgerritzengchen proposed openstack/karbor: Update the way of getting endpoint of other service  https://review.openstack.org/40799009:02
openstackgerritzengchen proposed openstack/karbor: Fix token expire wich may happen in using clients  https://review.openstack.org/42400509:08
openstackgerritzengchen proposed openstack/karbor: Fix token expire wich may happen in using clients  https://review.openstack.org/40838209:13
*** yamamoto has quit IRC09:21
*** yamamoto has joined #openstack-karbor09:40
openstackgerritzengchen proposed openstack/karbor: Use common config in clients  https://review.openstack.org/40840010:01
openstackgerritwu proposed openstack/python-karborclient: Uniform parameter split character  https://review.openstack.org/42404110:15
openstackgerritchenying proposed openstack/karbor: Update the glance backup protection plugin  https://review.openstack.org/41682410:49
*** x00350071_ has joined #openstack-karbor11:10
*** edisonxiang has quit IRC11:10
*** tommylikehu_ has joined #openstack-karbor11:29
*** tommylikehu_ has quit IRC11:31
*** tommylikehu_ has joined #openstack-karbor11:32
*** yamamoto has quit IRC11:34
*** x00350071_ is now known as edisonxiang11:39
openstackgerritzhangshuai proposed openstack/karbor: Add metadata parameter to checkpoint API  https://review.openstack.org/35274812:08
chenyingping yuval12:25
yuvalhey chenying12:25
chenyingyuval: I find a problom about task running order.12:26
chenying==========The Task [protect_on_main_OS::Cinder::Volume_d5010ea5-973d-4293-960f-ba5a95729284] OldState[PENDING] changed to State[RUNNING]: ==========12:26
chenying==========The Task [protect_on_main_OS::Glance::Image_e9e2888b-ec43-4209-ae9e-98cd79b01d62] OldState[PENDING] changed to State[RUNNING]: ==========12:26
chenying==========The Task [protect_on_prepare_finish_OS::Nova::Server_50bc04d6-3b9e-4fc6-b350-3b1f254a0411] OldState[PENDING] changed to State[RUNNING]: ==========12:26
yuvalwhere is that log from?12:26
chenyingThe Volume and the image are the sub resources of server.12:26
chenyingbut the main hooktasks about Volume and image have not finished, but the on main hook of server has started.12:27
yuvalwhich provider and protection plugins?12:27
chenyingyuval:  I add task trace log in this patch. https://review.openstack.org/#/c/422466/12:28
yuval(btw, how did you enable trace logs eventually?)12:28
yuvalchenying: passed that patch12:28
yuvalchenying: (disregard the comments)12:28
chenyingyuval: yes and add config about default_log_levels.  default_log_levels = karbor.services.protection.flows.workflow=TRACE12:29
yuvalchenying: which provider and protection plugins?12:30
chenying provider_id | cf56bd3e-97a7-4078-b6d5-f36246333fd912:31
chenyingyuval:  plugins about cinder/glance/nova12:31
chenyingyuval: I am testing the nova plugin.12:31
chenyingyuval: A server with sub resources a volume and a image.12:32
chenyinghttps://review.openstack.org/#/c/422466/ I will update this patch.12:32
openstackgerritMerged openstack/karbor: Add trace log for task and flow in karbor protection service  https://review.openstack.org/42246612:32
yuvalchenying: wait, what's the problem with that order?12:33
yuvalit is ok for server prepare_finish of server to start after image/volume main12:33
yuvalthe only constraint is, it will happen after on_prepare_finish of image/volume12:34
yuvalon_prepare_finish12:34
*** yamamoto has joined #openstack-karbor12:34
chenyingyuval: mian hook task of server started with the main hook of volume and image. At this time, main hook of volume and image have not finished.12:37
yuvalchenying: can you send the whole order to events/12:38
yuval?12:38
chenyingyuval wait I will catch the  whole order trace log.12:38
yuvalchenying: I thought that the test test_resource_flow_order covers it :\12:38
chenyingyuval: I am sending a log file to you.12:44
yuvalchenying: can you paste and send it?12:45
yuvalchenying: http://paste.openstack.org/12:45
yuvalchenying: ......12:46
chenyinghttp://paste.openstack.org/show/596045/12:46
chenyingyuval: I will go off work now. See you tomorrow. :D12:47
*** tommylikehu_ has quit IRC13:14
*** yamamoto has quit IRC13:14
yuvalchenying: the order seems very good to me :)13:25
yuvalchenying: you'll see that tomorrow13:25
*** gouthamr has joined #openstack-karbor13:57
openstackgerritYuval Brik proposed openstack/python-karborclient: readme: fix readme title  https://review.openstack.org/42412614:02
*** tommylikehu_ has joined #openstack-karbor14:05
yuvalchenying: btw, released python-karborclient 0.1.214:10
*** zhangshuai has quit IRC15:05
*** zhangshuai has joined #openstack-karbor15:06
*** tommylikehu_ has quit IRC15:21
openstackgerritYuval Brik proposed openstack/karbor: Cinder Protection Plugin: Backup from snapshot  https://review.openstack.org/42381115:51
*** yuval has quit IRC15:57
*** Jeffrey4l_ has quit IRC16:06
*** Jeffrey4l_ has joined #openstack-karbor16:06
*** gouthamr has quit IRC16:12
*** gouthamr has joined #openstack-karbor16:12
*** Jeffrey4l__ has joined #openstack-karbor17:57
*** Jeffrey4l_ has quit IRC17:59
*** wujiajun has quit IRC18:59
*** gouthamr has quit IRC19:20
*** saggi has quit IRC21:09
*** yuvalb has quit IRC21:09
*** lihi has quit IRC21:10
*** dimak has quit IRC21:10
*** yamamoto has joined #openstack-karbor21:20
*** dimak has joined #openstack-karbor21:29
*** yuvalb has joined #openstack-karbor21:29
*** lihi has joined #openstack-karbor21:30
*** saggi has joined #openstack-karbor21:30
*** Jeffrey4l_ has joined #openstack-karbor21:34
*** Jeffrey4l__ has quit IRC21:35
*** yamamoto has quit IRC21:43
*** yamamoto has joined #openstack-karbor22:23
*** tommylikehu_ has joined #openstack-karbor23:09
*** tommylikehu_ has quit IRC23:10
openstackgerritOpenStack Proposal Bot proposed openstack/karbor: Updated from global requirements  https://review.openstack.org/41596423:44
openstackgerritOpenStack Proposal Bot proposed openstack/karbor-dashboard: Updated from global requirements  https://review.openstack.org/41540923:44

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