| *** zhurong has quit IRC | 00:02 | |
| *** gouthamr_ has joined #openstack-smaug | 00:13 | |
| *** gouthamr has quit IRC | 00:16 | |
| *** yizhihui has joined #openstack-smaug | 00:32 | |
| openstackgerrit | zhangshuai proposed openstack/smaug: Support icalendar time format for time trigger https://review.openstack.org/359711 | 00:35 |
|---|---|---|
| *** zhurong has joined #openstack-smaug | 01:17 | |
| *** wu_qingyong has joined #openstack-smaug | 01:17 | |
| openstackgerrit | zhangshuai proposed openstack/smaug: Support icalendar time format for time trigger https://review.openstack.org/359711 | 01:22 |
| *** yinwei_computer has joined #openstack-smaug | 01:32 | |
| *** gouthamr_ is now known as gouthamr | 02:05 | |
| *** zhurong_ has joined #openstack-smaug | 02:09 | |
| *** zhurong has quit IRC | 02:11 | |
| *** smile-luobin has quit IRC | 02:59 | |
| *** smile-luobin has joined #openstack-smaug | 03:00 | |
| *** wu_qingyong has quit IRC | 04:26 | |
| *** yinwei_computer has quit IRC | 04:29 | |
| *** gouthamr has quit IRC | 04:39 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/smaug-dashboard: Updated from global requirements https://review.openstack.org/360226 | 04:55 |
| *** yuval has joined #openstack-smaug | 06:00 | |
| *** yinwei_computer has joined #openstack-smaug | 06:24 | |
| openstackgerrit | Yuval Brik proposed openstack/smaug: Fix Fullstack's devstack https://review.openstack.org/359766 | 06:26 |
| *** yinwei_computer has quit IRC | 06:32 | |
| *** yinwei_computer has joined #openstack-smaug | 06:33 | |
| *** yinwei_computer has quit IRC | 06:34 | |
| *** yinwei_computer has joined #openstack-smaug | 06:34 | |
| *** yinwei_computer has quit IRC | 06:45 | |
| *** yinwei_computer has joined #openstack-smaug | 06:47 | |
| *** yinwei_computer has quit IRC | 06:51 | |
| *** yinwei_computer has joined #openstack-smaug | 06:53 | |
| *** yinwei_computer has quit IRC | 07:00 | |
| openstackgerrit | Merged openstack/smaug-dashboard: Updated from global requirements https://review.openstack.org/360226 | 07:02 |
| *** yinwei_computer has joined #openstack-smaug | 07:02 | |
| openstackgerrit | chenying proposed openstack/smaug: Add metadata parameter to checkpoint API https://review.openstack.org/352748 | 07:03 |
| openstackgerrit | chenying proposed openstack/smaug: Add metadata parameter to checkpoint API https://review.openstack.org/352748 | 07:05 |
| *** yinwei_computer has quit IRC | 07:08 | |
| *** yinwei_computer has joined #openstack-smaug | 07:09 | |
| yizhihui | Hi, I wonder why ProtectablePlugin didn't provide the show_resource method? | 07:12 |
| *** yinwei_computer has quit IRC | 07:13 | |
| yizhihui | All classes inherited from ProtectablePlugin have implemented this show_resource method. | 07:14 |
| *** yinwei_computer has joined #openstack-smaug | 07:16 | |
| *** yinwei_computer has quit IRC | 07:18 | |
| *** sparkyee has joined #openstack-smaug | 07:21 | |
| *** yinwei_computer has joined #openstack-smaug | 07:21 | |
| *** yinwei_computer has quit IRC | 07:23 | |
| *** yizhihui has quit IRC | 07:24 | |
| openstackgerrit | chenying proposed openstack/smaug: Add metadata parameter to checkpoint API https://review.openstack.org/352748 | 07:44 |
| *** yamamoto has quit IRC | 08:11 | |
| *** yamamoto has joined #openstack-smaug | 08:48 | |
| *** openstackgerrit has quit IRC | 08:48 | |
| *** openstackgerrit has joined #openstack-smaug | 08:48 | |
| *** yamamoto has quit IRC | 08:57 | |
| *** yamamoto has joined #openstack-smaug | 08:57 | |
| *** yamamoto has quit IRC | 08:58 | |
| *** yamamoto has joined #openstack-smaug | 08:58 | |
| *** zengyingzhe has quit IRC | 08:58 | |
| *** zengyingzhe has joined #openstack-smaug | 08:59 | |
| chenying | hi yuval | 09:05 |
| yuval | chenying: hey | 09:05 |
| chenying | yuval: You know the center resource of the karbor api module is plan now. | 09:06 |
| chenying | yuval: when we want to portect any resource in openstack, we must create a plan. | 09:07 |
| yuval | chenying: we can use inline plan as well | 09:07 |
| chenying | yuval: but I discuss with some system architect in OpenCloud. In some scene, they may don't care whether to create a plan. | 09:09 |
| chenying | yuval: The typical scene is that the user just want to protect the resource (volume/vm) they have. They may don't need create a plan to wrap the resource. | 09:12 |
| chenying | yuval: What I want to see it that we could abstract a new module like ProtectObject. The module Plan just is an type of ProtectObject. Single resource (volume/vm) is also an type of ProtectObject. | 09:14 |
| yuval | chenying: what about inline plan? | 09:15 |
| chenying | yuval: What is the detail of inline plan? | 09:16 |
| yuval | chenying: what do you mean? | 09:16 |
| chenying | yuval: what is 'inline plan'? | 09:16 |
| yuval | chenying: when you call 'protect' REST API, you need to specify a plan. This can be a real plan, or an object which is an inline plan | 09:17 |
| yuval | chenying: a plan listed in the rest api | 09:17 |
| chenying | yuval: an object which is an inline plan? Do we also need creat a plan for one object? | 09:19 |
| yuval | chenying: no | 09:19 |
| chenying | yuval: It is not a real plan in database. | 09:21 |
| yuval | chenying: correct | 09:22 |
| chenying | yuval: Is it just a temporary plan for wrapping the protected object? | 09:23 |
| yuval | chenying: I wouldn't call it temporary, it is just doesn't exist in database | 09:23 |
| yuval | chenying: and it can wrap more than 1 object | 09:23 |
| yuval | chenying: I have to go, will be back in 45~ minutes | 09:24 |
| chenying | yuval: Ok we may think about it. It is really usefull for some scene that user don't want to create a plan. | 09:25 |
| *** yamamoto has quit IRC | 09:29 | |
| *** yamamoto has joined #openstack-smaug | 09:32 | |
| *** yamamoto has quit IRC | 09:58 | |
| *** yamamoto has joined #openstack-smaug | 09:58 | |
| *** yamamoto has quit IRC | 09:58 | |
| *** zhurong_ has quit IRC | 10:01 | |
| *** yamamoto has joined #openstack-smaug | 10:02 | |
| *** yamamoto has quit IRC | 10:07 | |
| *** yamamoto has joined #openstack-smaug | 10:08 | |
| yuval | chenying: hey | 10:35 |
| openstackgerrit | ChangBo Guo(gcb) proposed openstack/smaug: Don't need override default value of config option sqlite https://review.openstack.org/360439 | 11:04 |
| openstackgerrit | ChangBo Guo(gcb) proposed openstack/smaug: Don't override default value of config option sqlite_db https://review.openstack.org/360439 | 11:08 |
| *** gouthamr has joined #openstack-smaug | 12:11 | |
| *** oshidoshi has joined #openstack-smaug | 12:13 | |
| *** oshidoshi has quit IRC | 12:14 | |
| *** zhurong has joined #openstack-smaug | 12:58 | |
| *** yamamoto has quit IRC | 13:05 | |
| *** yamamoto has joined #openstack-smaug | 13:06 | |
| openstackgerrit | Yuval Brik proposed openstack/smaug: Fix Fullstack's devstack https://review.openstack.org/359766 | 13:12 |
| *** yamamoto has quit IRC | 13:17 | |
| *** yamamoto has joined #openstack-smaug | 13:17 | |
| *** yamamoto has quit IRC | 13:50 | |
| *** yamamoto has joined #openstack-smaug | 13:51 | |
| *** yamamoto has quit IRC | 13:57 | |
| *** sparkyee has quit IRC | 14:00 | |
| openstackgerrit | Yuval Brik proposed openstack/smaug: Fix Fullstack's devstack https://review.openstack.org/359766 | 14:03 |
| *** yizhihui has joined #openstack-smaug | 14:26 | |
| *** yuval has quit IRC | 14:33 | |
| *** yizhihui has quit IRC | 14:34 | |
| *** openstackgerrit has quit IRC | 14:48 | |
| *** openstackgerrit has joined #openstack-smaug | 14:49 | |
| *** yamamoto has joined #openstack-smaug | 14:54 | |
| *** yamamoto has quit IRC | 15:00 | |
| *** gouthamr is now known as gouthamr|afk | 15:38 | |
| *** zhurong has quit IRC | 16:20 | |
| *** gouthamr|afk is now known as gouthamr | 16:46 | |
| *** smile-luobin has quit IRC | 21:28 | |
| *** smile-luobin has joined #openstack-smaug | 21:28 | |
| *** gouthamr has quit IRC | 22:00 | |
| *** yamamoto has joined #openstack-smaug | 22:49 | |
| *** zhurong has joined #openstack-smaug | 23:54 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!