*** zhurong has joined #openstack-karbor | 01:19 | |
openstackgerrit | Merged openstack/karbor: Updated from global requirements https://review.openstack.org/400903 | 01:49 |
---|---|---|
openstackgerrit | Merged openstack/python-karborclient: Add metadata parameter to checkpoint API https://review.openstack.org/353294 | 02:48 |
*** yamamoto has joined #openstack-karbor | 02:51 | |
*** yamamoto has quit IRC | 02:52 | |
xiangxinyong | RonghUI: hello | 03:00 |
*** zhurong has quit IRC | 03:04 | |
*** zhurong has joined #openstack-karbor | 03:07 | |
*** RonghUI has quit IRC | 03:24 | |
*** zhurong has quit IRC | 03:35 | |
*** zhurong has joined #openstack-karbor | 03:36 | |
*** yamamoto has joined #openstack-karbor | 04:21 | |
*** yamamoto has quit IRC | 04:23 | |
*** yamamoto has joined #openstack-karbor | 04:54 | |
*** yamamoto has quit IRC | 04:54 | |
*** Jeffrey4l has quit IRC | 05:06 | |
*** zhangshuai has quit IRC | 06:00 | |
*** yamamoto has joined #openstack-karbor | 06:02 | |
*** zhangshuai has joined #openstack-karbor | 06:11 | |
openstackgerrit | zhangshuai proposed openstack/karbor: Update requirements https://review.openstack.org/401076 | 06:27 |
*** yamamoto has quit IRC | 06:34 | |
*** yamamoto has joined #openstack-karbor | 06:43 | |
*** zengchen has quit IRC | 06:45 | |
*** yamamoto has joined #openstack-karbor | 06:51 | |
*** yamamoto has quit IRC | 06:57 | |
zhangshuai | ping yuval | 07:03 |
zhangshuai | ping yuval | 07:20 |
*** leon_wang_ has joined #openstack-karbor | 07:20 | |
leon_wang_ | ping chenying_ | 07:20 |
chenying_ | hi | 07:21 |
leon_wang_ | chenying: http://paste.openstack.org/show/590163/ | 07:21 |
leon_wang_ | It still not work. | 07:21 |
zhangshuai | @leon_wang_, could you show git config by using 'git config -l'? | 07:24 |
leon_wang_ | zhuangshuai: i have showed in the link | 07:25 |
zhangshuai | ssh://krejwang:2rihrySOfBBi9cyqJNpKpi2tF+CA0D/dX7I7pADoAg@review.openstack.org:29418/openstack/python-karborclient.git | 07:26 |
leon_wang_ | http://paste.openstack.org/show/590164/ | 07:26 |
chenying_ | leon_wang_: remote.gerrit.url=ssh://krejwang:2rihrySOfBBi9cyqJNpKpi2tF+CA0D/dX7I7pADoAg@review.openstack.org:29418/openstack/python-karborclient.git | 07:26 |
leon_wang_ | zhangshuai: it shows not such file | 07:26 |
zhangshuai | ssh maybe not valid. | 07:27 |
chenying_ | <leon_wang_> It is wrong. it should begin with =https: | 07:27 |
leon_wang_ | not ssh? | 07:27 |
zhangshuai | https | 07:27 |
chenying_ | leon_wang_: you can see this value in the karbor config. | 07:28 |
*** gouthamr has joined #openstack-karbor | 07:30 | |
leon_wang_ | chenying_: you mean like this? http://paste.openstack.org/show/590165/ | 07:31 |
zhangshuai | You got it. | 07:33 |
chenying_ | leon_wang_: yes | 07:36 |
leon_wang | I have tried but still the same. | 07:36 |
zhangshuai | is your name(krejwang) and password(2rihrySOfBBi9cyqJNpKpi2tF+CA0D/dX7I7pADoAg) right? | 07:37 |
zhangshuai | ping tommylikehu | 07:38 |
leon_wang_ | zhurong: i just copied it from the review website. | 07:38 |
zhangshuai | leon_wang_: that is ok. | 07:39 |
leon_wang_ | fatal: unable to access 'https://krejwang@review.openstack.org:29418/openstack/python-karborclient.git/': Failed to connect to review.openstack.org port 29418: Connection timed out error: Could not fetch gerrit | 07:40 |
*** leon_wang_ has quit IRC | 07:45 | |
zhangshuai | no need 29418 | 07:50 |
zhangshuai | git remote add gerrit https://krejwang:2rihrySOfBBi9cyqJNpKpi2tF+CA0D/dX7I7pADoAg@review.openstack.org/openstack/python-karborclient.git | 07:51 |
*** dimak has joined #openstack-karbor | 07:51 | |
*** yamamoto has joined #openstack-karbor | 08:08 | |
*** yamamoto has quit IRC | 08:19 | |
*** yamamoto has joined #openstack-karbor | 08:23 | |
zhangshuai | @leon_wang: are you here? | 08:25 |
zhangshuai | @leon_wang: are you ok? | 08:25 |
leon_wang | zhangshuai: that question has been solved | 08:29 |
leon_wang | but it shows missing the ref when i do git review | 08:29 |
*** yamamoto has quit IRC | 08:29 | |
*** yamamoto has joined #openstack-karbor | 08:30 | |
zhangshuai | what is the meaning ot 'missing the ref'? | 08:32 |
*** yamamoto has quit IRC | 08:35 | |
*** leon_wang_ has joined #openstack-karbor | 08:36 | |
leon_wang_ | zhangshuai: http://paste.openstack.org/show/590171/ | 08:36 |
*** yuval has joined #openstack-karbor | 08:51 | |
chenying_ | hi yuval | 08:57 |
yuval | hey chenying_ | 08:58 |
chenying_ | yuval: In this patch:Stabilize Protection Plugin API, I note that the sync status mechanism use the old solution. All the status of resourece is updated in the same method sync_status(self). | 09:01 |
chenying_ | yuval: Will you update the design about the resource status update mechanism in plguins? | 09:02 |
yuval | chenying_: I don't understand. what sync mechanism uses the old solution? | 09:04 |
*** gouthamr has quit IRC | 09:04 | |
chenying_ | yuval: In cinder protection plugin, the status of all resources are updated in one method sync_status in plugin. | 09:06 |
yuval | chenying_: cinder plugin will be updated in a later patch | 09:08 |
chenying_ | yuval: What's your solution about updating the status of all resources in cinder protection plguin? | 09:12 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/karbor: Updated from global requirements https://review.openstack.org/401142 | 09:15 |
chenying_ | yuval: As we know, the cinder protection plugin is a single instance in karbor's protection service. IMO, this protection plugin is a instance executor for volume operation, | 09:22 |
chenying_ | it don't need care about the data about operation resource. We should not save much data about resources to this instance. But now, so much data about resources are saved to | 09:22 |
chenying_ | this plugin instance's variable ( self.protection_resource_map). Is it a good way? Will it introduce some problem like performance with lots of volumes portection scene? | 09:22 |
chenying_ | IMO, different operation type (protect/delete) may have different periodicity status sync implement. But now in cinder driver, all the sync status is done in the same method sync_status. | 09:40 |
*** yuval has quit IRC | 09:43 | |
*** zhurong has quit IRC | 10:01 | |
*** lihi has joined #openstack-karbor | 10:06 | |
*** leon_wang_ has quit IRC | 10:07 | |
openstackgerrit | zhangshuai proposed openstack/karbor: Support checkpoint scheduled clean https://review.openstack.org/400540 | 10:10 |
*** zhangshuai has quit IRC | 10:17 | |
*** zhangshuai has joined #openstack-karbor | 10:23 | |
*** Jeffrey4l has joined #openstack-karbor | 11:14 | |
*** yuval has joined #openstack-karbor | 11:15 | |
*** yuval has quit IRC | 11:15 | |
*** saggi has joined #openstack-karbor | 11:49 | |
saggi | chenying_: ping | 11:49 |
*** openstackgerrit has quit IRC | 12:03 | |
*** openstackgerrit has joined #openstack-karbor | 12:04 | |
*** gouthamr has joined #openstack-karbor | 12:32 | |
*** lihi has quit IRC | 12:46 | |
*** dimak has quit IRC | 12:50 | |
*** yamamoto has joined #openstack-karbor | 13:25 | |
*** dimak has joined #openstack-karbor | 14:09 | |
*** yamamoto has quit IRC | 14:42 | |
*** yamamoto has joined #openstack-karbor | 14:44 | |
*** yamamoto has quit IRC | 14:45 | |
*** yamamoto has joined #openstack-karbor | 14:54 | |
*** dimak has quit IRC | 15:19 | |
*** gouthamr has quit IRC | 16:12 | |
*** gouthamr has joined #openstack-karbor | 16:13 | |
*** yamamoto has quit IRC | 16:45 | |
*** lihi has joined #openstack-karbor | 16:45 | |
*** lihi has quit IRC | 17:10 | |
*** yamamoto has joined #openstack-karbor | 17:45 | |
*** yamamoto has quit IRC | 17:52 | |
*** dimak has joined #openstack-karbor | 20:06 | |
*** gouthamr has quit IRC | 20:50 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-karbor | 21:35 | |
*** dimak has quit IRC | 22:06 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!