*** c00281451_ has joined #openstack-karbor | 00:14 | |
*** zengchen has quit IRC | 00:18 | |
*** gouthamr has quit IRC | 00:24 | |
*** gouthamr has joined #openstack-karbor | 00:32 | |
openstackgerrit | zhangshuai proposed openstack/karbor: Checkpoint list bug https://review.openstack.org/423797 | 01:11 |
---|---|---|
openstackgerrit | Merged openstack/python-karborclient: Make some command echo item print pretty https://review.openstack.org/423770 | 01:56 |
openstackgerrit | Merged openstack/karbor: Fix create trust failed https://review.openstack.org/410605 | 01:58 |
openstackgerrit | Merged openstack/karbor: Add offset support for paginate_query in karbor https://review.openstack.org/423626 | 01:58 |
openstackgerrit | zhangshuai proposed openstack/karbor: Checkpoint list bug https://review.openstack.org/423797 | 03:08 |
openstackgerrit | Nam Nguyen Hoai proposed openstack/karbor: Delete support for py33 https://review.openstack.org/423891 | 03:10 |
openstackgerrit | Cao Xuan Hoang proposed openstack/python-karborclient: Remove support for py33 https://review.openstack.org/423897 | 03:48 |
*** chenying_ has quit IRC | 03:58 | |
*** chenying has joined #openstack-karbor | 03:59 | |
*** gouthamr has quit IRC | 05:07 | |
*** zhangshuai has quit IRC | 05:31 | |
*** zhangshuai has joined #openstack-karbor | 05:32 | |
openstackgerrit | Tuan Luong-Anh proposed openstack/karbor: Replace yaml.load() with yaml.safe_load() https://review.openstack.org/420567 | 05:53 |
openstackgerrit | Anh Tran proposed openstack/karbor: Typo fix: completly => completely https://review.openstack.org/423939 | 06:31 |
*** yuval has joined #openstack-karbor | 06:59 | |
*** c00281451_ is now known as zengchen | 07:37 | |
zengchen | ping yuvalb | 07:37 |
zengchen | ping yuval | 07:37 |
openstackgerrit | chenying proposed openstack/karbor: Update the glance backup protection plugin https://review.openstack.org/416824 | 07:51 |
yuval | ping zengchen | 07:55 |
openstackgerrit | zengchen proposed openstack/karbor: Update the way of getting endpoint of other service https://review.openstack.org/407990 | 07:55 |
zengchen | yuval:hey, i have seen your comments and i have replied you. please take a look at it. | 07:59 |
zengchen | yuval:thanks. | 07:59 |
openstackgerrit | zengchen proposed openstack/karbor: Fix token expire wich may happen in using clients https://review.openstack.org/408382 | 08:08 |
*** yamamoto has quit IRC | 08:10 | |
*** yamamoto has joined #openstack-karbor | 08:46 | |
openstackgerrit | zengchen proposed openstack/karbor: Use common config in clients https://review.openstack.org/408400 | 08:52 |
openstackgerrit | zengchen proposed openstack/karbor: Update the way of getting endpoint of other service https://review.openstack.org/407990 | 09:02 |
openstackgerrit | zengchen proposed openstack/karbor: Fix token expire wich may happen in using clients https://review.openstack.org/424005 | 09:08 |
openstackgerrit | zengchen proposed openstack/karbor: Fix token expire wich may happen in using clients https://review.openstack.org/408382 | 09:13 |
*** yamamoto has quit IRC | 09:21 | |
*** yamamoto has joined #openstack-karbor | 09:40 | |
openstackgerrit | zengchen proposed openstack/karbor: Use common config in clients https://review.openstack.org/408400 | 10:01 |
openstackgerrit | wu proposed openstack/python-karborclient: Uniform parameter split character https://review.openstack.org/424041 | 10:15 |
openstackgerrit | chenying proposed openstack/karbor: Update the glance backup protection plugin https://review.openstack.org/416824 | 10:49 |
*** x00350071_ has joined #openstack-karbor | 11:10 | |
*** edisonxiang has quit IRC | 11:10 | |
*** tommylikehu_ has joined #openstack-karbor | 11:29 | |
*** tommylikehu_ has quit IRC | 11:31 | |
*** tommylikehu_ has joined #openstack-karbor | 11:32 | |
*** yamamoto has quit IRC | 11:34 | |
*** x00350071_ is now known as edisonxiang | 11:39 | |
openstackgerrit | zhangshuai proposed openstack/karbor: Add metadata parameter to checkpoint API https://review.openstack.org/352748 | 12:08 |
chenying | ping yuval | 12:25 |
yuval | hey chenying | 12:25 |
chenying | yuval: 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 |
yuval | where is that log from? | 12:26 |
chenying | The Volume and the image are the sub resources of server. | 12:26 |
chenying | but the main hooktasks about Volume and image have not finished, but the on main hook of server has started. | 12:27 |
yuval | which provider and protection plugins? | 12:27 |
chenying | yuval: 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 |
yuval | chenying: passed that patch | 12:28 |
yuval | chenying: (disregard the comments) | 12:28 |
chenying | yuval: yes and add config about default_log_levels. default_log_levels = karbor.services.protection.flows.workflow=TRACE | 12:29 |
yuval | chenying: which provider and protection plugins? | 12:30 |
chenying | provider_id | cf56bd3e-97a7-4078-b6d5-f36246333fd9 | 12:31 |
chenying | yuval: plugins about cinder/glance/nova | 12:31 |
chenying | yuval: I am testing the nova plugin. | 12:31 |
chenying | yuval: A server with sub resources a volume and a image. | 12:32 |
chenying | https://review.openstack.org/#/c/422466/ I will update this patch. | 12:32 |
openstackgerrit | Merged openstack/karbor: Add trace log for task and flow in karbor protection service https://review.openstack.org/422466 | 12:32 |
yuval | chenying: wait, what's the problem with that order? | 12:33 |
yuval | it is ok for server prepare_finish of server to start after image/volume main | 12:33 |
yuval | the only constraint is, it will happen after on_prepare_finish of image/volume | 12:34 |
yuval | on_prepare_finish | 12:34 |
*** yamamoto has joined #openstack-karbor | 12:34 | |
chenying | yuval: 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 |
yuval | chenying: can you send the whole order to events/ | 12:38 |
yuval | ? | 12:38 |
chenying | yuval wait I will catch the whole order trace log. | 12:38 |
yuval | chenying: I thought that the test test_resource_flow_order covers it :\ | 12:38 |
chenying | yuval: I am sending a log file to you. | 12:44 |
yuval | chenying: can you paste and send it? | 12:45 |
yuval | chenying: http://paste.openstack.org/ | 12:45 |
yuval | chenying: ...... | 12:46 |
chenying | http://paste.openstack.org/show/596045/ | 12:46 |
chenying | yuval: I will go off work now. See you tomorrow. :D | 12:47 |
*** tommylikehu_ has quit IRC | 13:14 | |
*** yamamoto has quit IRC | 13:14 | |
yuval | chenying: the order seems very good to me :) | 13:25 |
yuval | chenying: you'll see that tomorrow | 13:25 |
*** gouthamr has joined #openstack-karbor | 13:57 | |
openstackgerrit | Yuval Brik proposed openstack/python-karborclient: readme: fix readme title https://review.openstack.org/424126 | 14:02 |
*** tommylikehu_ has joined #openstack-karbor | 14:05 | |
yuval | chenying: btw, released python-karborclient 0.1.2 | 14:10 |
*** zhangshuai has quit IRC | 15:05 | |
*** zhangshuai has joined #openstack-karbor | 15:06 | |
*** tommylikehu_ has quit IRC | 15:21 | |
openstackgerrit | Yuval Brik proposed openstack/karbor: Cinder Protection Plugin: Backup from snapshot https://review.openstack.org/423811 | 15:51 |
*** yuval has quit IRC | 15:57 | |
*** Jeffrey4l_ has quit IRC | 16:06 | |
*** Jeffrey4l_ has joined #openstack-karbor | 16:06 | |
*** gouthamr has quit IRC | 16:12 | |
*** gouthamr has joined #openstack-karbor | 16:12 | |
*** Jeffrey4l__ has joined #openstack-karbor | 17:57 | |
*** Jeffrey4l_ has quit IRC | 17:59 | |
*** wujiajun has quit IRC | 18:59 | |
*** gouthamr has quit IRC | 19:20 | |
*** saggi has quit IRC | 21:09 | |
*** yuvalb has quit IRC | 21:09 | |
*** lihi has quit IRC | 21:10 | |
*** dimak has quit IRC | 21:10 | |
*** yamamoto has joined #openstack-karbor | 21:20 | |
*** dimak has joined #openstack-karbor | 21:29 | |
*** yuvalb has joined #openstack-karbor | 21:29 | |
*** lihi has joined #openstack-karbor | 21:30 | |
*** saggi has joined #openstack-karbor | 21:30 | |
*** Jeffrey4l_ has joined #openstack-karbor | 21:34 | |
*** Jeffrey4l__ has quit IRC | 21:35 | |
*** yamamoto has quit IRC | 21:43 | |
*** yamamoto has joined #openstack-karbor | 22:23 | |
*** tommylikehu_ has joined #openstack-karbor | 23:09 | |
*** tommylikehu_ has quit IRC | 23:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/karbor: Updated from global requirements https://review.openstack.org/415964 | 23:44 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/karbor-dashboard: Updated from global requirements https://review.openstack.org/415409 | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!