*** zhurong has joined #openstack-karbor | 01:00 | |
*** yamamoto_ has joined #openstack-karbor | 01:10 | |
*** yamamoto_ has quit IRC | 01:12 | |
*** yamamoto_ has joined #openstack-karbor | 01:13 | |
*** yamamoto_ has quit IRC | 01:23 | |
*** yamamoto_ has joined #openstack-karbor | 01:27 | |
*** yamamoto_ has quit IRC | 01:29 | |
*** yamamoto_ has joined #openstack-karbor | 01:31 | |
*** yamamoto_ has quit IRC | 01:34 | |
*** yamamoto_ has joined #openstack-karbor | 01:38 | |
*** yamamoto_ has quit IRC | 01:49 | |
*** yamamoto_ has joined #openstack-karbor | 01:51 | |
*** yamamoto_ has quit IRC | 01:57 | |
*** yamamoto_ has joined #openstack-karbor | 01:58 | |
*** yamamoto_ has quit IRC | 02:09 | |
*** yamamoto_ has joined #openstack-karbor | 02:10 | |
*** yamamoto_ has quit IRC | 02:24 | |
*** yamamoto_ has joined #openstack-karbor | 02:25 | |
*** gouthamr_ has joined #openstack-karbor | 02:35 | |
*** gouthamr has quit IRC | 02:41 | |
*** wujiajun has quit IRC | 02:41 | |
*** gouthamr_ is now known as gouthamr | 02:44 | |
*** Jeffrey4l_ has joined #openstack-karbor | 03:00 | |
*** yamamoto_ has quit IRC | 03:01 | |
*** yamamoto_ has joined #openstack-karbor | 03:02 | |
*** Jeffrey4l has quit IRC | 03:04 | |
*** wujiajun has joined #openstack-karbor | 03:27 | |
*** zhurong has quit IRC | 03:34 | |
*** yamamot__ has joined #openstack-karbor | 03:58 | |
*** yamamoto_ has quit IRC | 04:01 | |
*** zhangshuai has quit IRC | 04:04 | |
*** zhangshuai has joined #openstack-karbor | 04:04 | |
*** gouthamr has quit IRC | 06:04 | |
chenying_ | ping yuvalb | 06:30 |
---|---|---|
*** zhurong has joined #openstack-karbor | 07:07 | |
*** Pengju has joined #openstack-karbor | 07:34 | |
*** Pengju has left #openstack-karbor | 07:34 | |
*** yuval has joined #openstack-karbor | 07:38 | |
yuval | hey chenying_ | 07:38 |
chenying_ | hi yuval Good morning! | 07:46 |
yuval | chenying_: good afternoon :) | 07:46 |
chenying_ | yuval: I note that there are some trace level logs in the module graph.py. Do you know how to set the log config in the karbor.conf to turn on the trace log? | 07:55 |
chenying_ | yuval: I want to add some trace log about taskflow. | 07:55 |
yuval | chenying_: http://docs.openstack.org/developer/oslo.log/usage.html | 08:05 |
yuval | chenying_: you could set 'default_log_levels' in karbor.conf, but maybe there is a better way | 08:10 |
chenying_ | yuval: Thanks. The config works now. | 08:23 |
chenying_ | yuval: About your comment in this patch, https://review.openstack.org/#/c/418299/. What's your oppion about the resoure with not a 'available' status? How to deal with it? Return 404 not found or return the resource info ? | 08:27 |
*** openstackgerrit has quit IRC | 08:33 | |
yuval | chenying_: well, it depends. If the resource is in 'creating' status, it is ok to add it to a plan, since it will be created in the future. If it is in 'error', 'deleting' state, etc, then we shouldn't let it be added to a plan | 08:35 |
*** zhurong has quit IRC | 08:35 | |
*** openstackgerrit has joined #openstack-karbor | 08:36 | |
openstackgerrit | chenying proposed openstack/karbor: Add trace log for task and flow in karbor protection service https://review.openstack.org/422466 | 08:36 |
yuval | chenying_: for example, cinder volumes have the following possible statuses: http://developer.openstack.org/api-ref/block-storage/v3/index.html#volumes-volumes | 08:37 |
yuval | chenying_: we can map the following as | 08:38 |
yuval | chenying_: we can map the following as 'good' statuses: creating, available, attaching, in-use, backing-up, restoring-backup, error_restoring, error_extending | 08:38 |
yuval | chenying_: and the following as 'bad' statuses: deleting, error, error_deleting | 08:39 |
chenying_ | yuval: 'good' statuses the get API return the resoure instance, 'bad' statuses: return 404 not found? | 08:40 |
chenying_ | yuval: 'bad' statuses: return 404 not found with a reason 'the status is invalid'? | 08:42 |
yuval | chenying_: usually in REST HTTPNotFound is when the resource itself is not found | 08:42 |
yuval | chenying_: maybe we can find a better error code | 08:43 |
yuval | also 4xx error codes are used when the client has errored, and 5xx are used when the server has errored | 08:44 |
yuval | chenying_: http://www.restapitutorial.com/httpstatuscodes.html | 08:44 |
chenying_ | yuval: we may use the error code 500 | 08:48 |
yuval | chenying_: sounds good | 09:00 |
*** zhonghua has quit IRC | 09:40 | |
*** zhonghua has joined #openstack-karbor | 09:40 | |
*** yamamot__ has quit IRC | 09:44 | |
*** yamamoto has joined #openstack-karbor | 10:25 | |
*** zhurong has joined #openstack-karbor | 10:30 | |
*** yamamoto has quit IRC | 10:30 | |
*** yamamoto has joined #openstack-karbor | 10:32 | |
*** yamamoto has quit IRC | 10:32 | |
*** yamamoto has joined #openstack-karbor | 10:54 | |
*** yamamoto has joined #openstack-karbor | 11:31 | |
*** zhurong has quit IRC | 12:05 | |
openstackgerrit | Merged openstack/karbor-dashboard: Plan edit - change resource and parameters https://review.openstack.org/420672 | 12:44 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/karbor-dashboard: Updated from global requirements https://review.openstack.org/415409 | 12:56 |
*** gouthamr has joined #openstack-karbor | 13:12 | |
openstackgerrit | chenying proposed openstack/karbor: Add validation for the parameter provider_id in checkpoint POST API https://review.openstack.org/422626 | 13:37 |
*** tommylikehu_ has joined #openstack-karbor | 13:43 | |
*** tommylikehu_ has quit IRC | 13:44 | |
*** tommylikehu_ has joined #openstack-karbor | 13:44 | |
*** tommylikehu_ has quit IRC | 13:45 | |
*** tommylikehu_ has joined #openstack-karbor | 13:46 | |
*** zhangshuai has quit IRC | 14:48 | |
*** zhangshuai has joined #openstack-karbor | 14:48 | |
openstackgerrit | Yuval Brik proposed openstack/karbor: Add restore resources_status https://review.openstack.org/416582 | 15:41 |
*** yuval has quit IRC | 15:50 | |
*** tommylikehu_ has quit IRC | 15:54 | |
openstackgerrit | chenying proposed openstack/karbor: Raise a HTTPNotFound 404 exception when instance can not be found https://review.openstack.org/418299 | 16:12 |
*** zhonghua2 has joined #openstack-karbor | 16:14 | |
*** zhonghua has quit IRC | 16:16 | |
*** chenying_ has quit IRC | 16:21 | |
*** diablo_rojo has joined #openstack-karbor | 16:32 | |
diablo_rojo | Your next meeting is at 15:00 UTC on Tuesday correct? | 16:32 |
*** tommylikehu1 has joined #openstack-karbor | 17:15 | |
*** zengyingzhe_ has joined #openstack-karbor | 17:15 | |
*** tommylikehu has quit IRC | 17:18 | |
*** tommylikehu1 is now known as tommylikehu | 17:18 | |
*** zengyingzhe has quit IRC | 17:18 | |
*** diablo_rojo has quit IRC | 18:18 | |
*** yamamoto has quit IRC | 18:36 | |
*** diablo_rojo has joined #openstack-karbor | 18:52 | |
*** openstackgerrit has quit IRC | 19:33 | |
*** yamamoto has joined #openstack-karbor | 19:36 | |
*** yamamoto has quit IRC | 19:43 | |
*** zengyingzhe__ has joined #openstack-karbor | 20:25 | |
*** zengyingzhe_ has quit IRC | 20:25 | |
*** zhonghua has joined #openstack-karbor | 21:23 | |
*** zhonghua2 has quit IRC | 21:26 | |
*** Jeffrey4l_ has quit IRC | 21:35 | |
*** Jeffrey4l_ has joined #openstack-karbor | 21:36 | |
*** gouthamr has quit IRC | 22:45 | |
*** gouthamr has joined #openstack-karbor | 23:02 | |
*** tommylikehu_ has joined #openstack-karbor | 23:03 | |
*** tommylikehu_ has quit IRC | 23:05 | |
*** yuvalb has quit IRC | 23:33 | |
*** saggi has quit IRC | 23:33 | |
*** yuvalb has joined #openstack-karbor | 23:33 | |
*** saggi has joined #openstack-karbor | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!