Monday, 2016-05-23

*** chenhuayi has joined #openstack-smaug01:24
*** pzchen has joined #openstack-smaug01:44
*** zhangshuai_ has joined #openstack-smaug01:49
*** pzchen has quit IRC01:50
*** pzchen has joined #openstack-smaug01:56
openstackgerritsmile-luobin proposed openstack/smaug: Store ResourceGraph and Plan in checkpoint  https://review.openstack.org/30773702:00
*** yinwei_computer has joined #openstack-smaug02:32
*** pzchen has quit IRC03:56
*** zhangshuai_ has quit IRC04:01
*** zhangshuai_ has joined #openstack-smaug04:02
*** zhangshuai_ has quit IRC04:07
*** zhangshuai_ has joined #openstack-smaug04:07
*** zhangshuai_ has quit IRC04:33
*** zhangshuai_ has joined #openstack-smaug04:38
*** pzchen has joined #openstack-smaug06:08
openstackgerritMerged openstack/smaug: Store ResourceGraph and Plan in checkpoint  https://review.openstack.org/30773706:11
*** zhangshuai_ has quit IRC06:13
*** zhangshuai_ has joined #openstack-smaug06:14
*** pzchen has quit IRC06:15
*** yuval has joined #openstack-smaug06:29
yuvalping chenying06:30
chenyingHi06:31
*** pzchen has joined #openstack-smaug06:34
yuvalchenying: regarding https://review.openstack.org/#/c/30773706:44
yuvalchenying: we should reach consensus regarding patches. This specific patch has issues, and you just merged it in06:45
chenyingDo you have any comments about it? I need this patch to test restore. If this patch has issues, you can contact luobin, and ask him submit another patch to fix it.06:48
chenyingI will ask luobin to join this channel.06:48
yuvalchenying: there are 2 issues here. First, there is the issue in the patch, that we can discuss. Second, the fact that you merge the patch when there is no consensus, and the patch has issues06:50
chenyingyuval: I will not merge patch when these is no consensus. But this patch have blocked serval guys's work. restore flow test and other guys's fullstack test.06:55
yuvalchenying: well, if there are comments that require a fix - we need to discuss and fix them. if you need it urgently - tell us06:56
chenyingyuval: OK I will.06:57
*** gampel has joined #openstack-smaug06:58
chenyingWhen I do the test, I have found another several bug about the protect service. luobin or I will submit it as soon as possible.06:59
yuvalchenying: if you need these patches for tests, you can download them and test them locally07:02
yuvalchenying: if there are problems with the patch and you need it urgently, it doesn't justify merging the code07:03
chenyingyuval: Yes I know. I don't know  the problems with the patch, luobin and you did not reach an agreement.  If I know it, I will not merge it with problems.07:12
yuvalchenying: ok, I'll spea with luobin about it07:13
yuval*speak07:13
openstackgerritYuval Brik proposed openstack/smaug: Protection Provider use Bank to wrap BankPlugin  https://review.openstack.org/31743607:34
openstackgerritYuval Brik proposed openstack/smaug: Checkpoints to use a unique sub-section  https://review.openstack.org/31743707:35
*** smile-luobin has joined #openstack-smaug07:53
openstackgerritYuval Brik proposed openstack/smaug: Checkpoints to use a unique sub-section  https://review.openstack.org/31743707:53
*** smile-luobin has left #openstack-smaug07:55
openstackgerritzengchen proposed openstack/smaug: Encapsulate smaug client in Operation Engine  https://review.openstack.org/31039407:57
*** smile-luobin2 has joined #openstack-smaug07:59
chenyingyuval: smile-luobin2  has joined.08:02
yuvalhey smile-luobin208:02
*** smile-luobin2 has quit IRC08:17
*** smile-luobin has joined #openstack-smaug08:18
*** smile-luobin_ has joined #openstack-smaug08:18
*** smile-luobin has left #openstack-smaug08:18
*** smile-luobin_ has quit IRC08:20
*** smile-luobin_ has joined #openstack-smaug08:24
openstackgerritYuval Brik proposed openstack/smaug: Fix stevedore of Protectable Registry  https://review.openstack.org/31295108:30
yuvalping chenzeng08:40
chenzengyuval:hey, how are you08:40
yuvalchenzeng: well, you?08:41
*** zhangshuai_ has quit IRC08:42
chenzengyuval: good.08:42
chenzengyuval: you want to talk about the smaug client ?08:42
*** smile-luobin_ has quit IRC08:42
yuvalchenzeng: yes :)08:42
yuvalchenzeng: didn't really understand08:42
chenzengyuval:ok.08:42
chenzengyuval:what don't you understand?08:45
yuvalchenzeng: from what I've seen, the AuthManager class is similar to parts of the RequestContext class from Heat08:47
chenzengyuval:actually, i have read the code of heat.08:48
chenzengyuval:we use the 'trust' to create correct the token. Heat use the 'trust'.08:49
*** smile-luobin has joined #openstack-smaug08:50
*** smile-luobin has quit IRC08:51
yuvalchenzeng: let me see if I understand.08:54
chenzengyuval:ok, thank you!08:55
yuvalchenzeng: someone calls `create_scheduled_operation()` in OperationEngineManager08:56
yuvalchenzeng: then, it calls the smaug_client `add_operation()`08:56
chenzengyeu08:56
chenzengyuval:yes08:56
yuvalchenzeng: (which adds the credentials to the AuthManager)08:56
yuvalchenzeng: then, when the time for execute comes, ProtectOperation looks for the `smaug_client.client()` in order to get the client with credentials08:57
chenzengyuval:i just want to create 'trust' by the toke of that user.08:57
chenzengyuval:yes, you are right.08:58
yuvalchenzeng: what id some calls `add_operation` with the same user_id and project_id multiple times?08:59
chenzengyuval:I have store the credential when add_operation is called first with that user_id and project_id, If add_operation is called again with same user_id and project_id, it just return the trust id.09:02
yuvalchenzeng: by the way, isn't python-smaugclient missing from requirements.txt?09:06
chenzengyuval:yes, i forgot. i will update. thank you.09:07
chenzengyuval:you understand my patch?09:08
yuvalchenzeng: yes, I'll continue reviewing it09:08
chenzengyuval:ok. thanks for your time.09:08
yuvalchenzeng: I have a feeling that we might want to separate AuthManager from the add/delete/resume/_operation09:09
chenzengyuval:can you give me more details? The input of AuthManager is the original credential of user.09:11
yuvalchenzeng: I'll think about it first, it is just an initial feeling09:11
chenzengyuval:ok , i believe your feeling. :)09:11
*** pzchen has quit IRC10:09
*** pzchen has joined #openstack-smaug10:57
*** pzchen has quit IRC10:59
openstackgerritYuval Brik proposed openstack/smaug: Fix stevedore of Protectable Registry  https://review.openstack.org/31295111:06
openstackgerritMerged openstack/smaug: Protection Provider use Bank to wrap BankPlugin  https://review.openstack.org/31743613:03
openstackgerritSaggi Mizrahi proposed openstack/smaug: Fix minor issues with code formatting  https://review.openstack.org/31967313:55
*** wangfeng has joined #openstack-smaug13:56
*** saggi has joined #openstack-smaug13:57
openstackgerritMerged openstack/smaug: Remote Restore states from possible checkpoint states  https://review.openstack.org/31967213:59
openstackgerritSaggi Mizrahi proposed openstack/smaug: Fix minor issues with code formatting  https://review.openstack.org/31967314:23
*** yuval has quit IRC15:06
openstackgerritMerged openstack/smaug: Move swift client to be created by ClientFactory  https://review.openstack.org/30085415:55
*** jhamhader has joined #openstack-smaug16:41
*** chenhuayi has quit IRC16:42
*** jhamhader has quit IRC16:43
*** jhamhader has joined #openstack-smaug16:44
*** jhamhader has quit IRC16:47
*** jhamhader has joined #openstack-smaug16:48
*** jhamhader has quit IRC16:48
*** jhamhader has joined #openstack-smaug16:48
*** jhamhader has quit IRC16:48
*** jhamhader has joined #openstack-smaug16:49
*** jhamhader has joined #openstack-smaug16:52
*** jhamhader has quit IRC21:41
*** zengyingzhe__ has quit IRC22:53
*** saggi has quit IRC23:28
*** gampel has quit IRC23:28
*** zengyingzhe__ has joined #openstack-smaug23:38
*** saggi has joined #openstack-smaug23:40
*** gampel has joined #openstack-smaug23:43

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