kota_ | takashi: oh, i got it about patch 303385 | 02:27 |
---|---|---|
patchbot | kota_: https://review.openstack.org/#/c/303385/ - storlets - WIP: Add entry point for InvocationProtocol test | 02:27 |
kota_ | the fds are closed at almostly *communicate* method. but looks like some method closed but others don't. Maybe we need to clean up more around their. | 02:29 |
kota_ | s/their/there/ | 02:35 |
openstackgerrit | Kota Tsuyuzaki proposed openstack/storlets: Add entry point for InvocationProtocol test https://review.openstack.org/303385 | 02:46 |
kota_ | I hope this version can pass all functional tests. | 02:46 |
*** takashi has joined #openstack-storlets | 04:56 | |
kota_ | takashi: could you review patch 303385 again? | 05:24 |
patchbot | kota_: https://review.openstack.org/#/c/303385/ - storlets - Add entry point for InvocationProtocol test | 05:24 |
takashi | kota_: I just put my comment on that patch | 05:25 |
kota_ | hew, i got a message from jenkins, thx. | 05:25 |
takashi | kota_: nice timing | 05:25 |
takashi | kota_: I want to make sure about naming of the test case you added. If you intend to test just "invocation" function, I think test_invocation is better. | 05:26 |
takashi | kota_: I'm willing to add +2, after asking your thought about that. | 05:27 |
kota_ | takashi: will make an ack after a meeting I'm joining now :/ | 05:43 |
*** wbhuber has quit IRC | 05:48 | |
*** wbhuber has joined #openstack-storlets | 06:01 | |
takashi | kota_: ok | 06:20 |
openstackgerrit | Kota Tsuyuzaki proposed openstack/storlets: Add entry point for InvocationProtocol test https://review.openstack.org/303385 | 06:34 |
kota_ | done | 06:34 |
takashi | kota_: I'm waiting jenkins :-) | 06:45 |
kota_ | takashi: great | 06:45 |
kota_ | thank you very much, takashi! | 07:00 |
takashi | kota_: you're welcome :-) | 07:10 |
*** shahbaz_p has joined #openstack-storlets | 07:14 | |
*** shahbaz_p has quit IRC | 07:14 | |
*** shahbaz_p has joined #openstack-storlets | 07:15 | |
*** shahbaz_p has quit IRC | 07:33 | |
*** eranrom has joined #openstack-storlets | 08:13 | |
*** eranrom has quit IRC | 08:58 | |
*** takashi has quit IRC | 09:35 | |
*** eranrom has joined #openstack-storlets | 09:50 | |
*** eranrom has left #openstack-storlets | 09:50 | |
*** eranrom has joined #openstack-storlets | 09:51 | |
*** openstack has joined #openstack-storlets | 11:34 | |
*** openstackgerrit has quit IRC | 11:35 | |
*** openstackgerrit has joined #openstack-storlets | 11:51 | |
*** takashi has joined #openstack-storlets | 12:39 | |
eranrom | Hi | 13:00 |
takashi | hello | 13:00 |
kota_ | o/ | 13:00 |
eranrom | Hi Takashi, how are you? | 13:00 |
eranrom | Hi Kota | 13:01 |
takashi | eranrom: good | 13:01 |
eranrom | I saw that you were setting up an EC2 env. | 13:01 |
eranrom | I was curious if it has to do with GPUs :-) | 13:02 |
kota_ | :-9 | 13:02 |
kota_ | oops | 13:02 |
kota_ | :-) | 13:03 |
eranrom | Anyway, I do not have much news. I am still working on the installation face-lift | 13:03 |
eranrom | Almost done with the Swift part. | 13:03 |
eranrom | I saw Kota's bug and will check it out | 13:03 |
kota_ | eranrom: thanks, I saw quick comment from you. | 13:04 |
kota_ | eranrom: ah, one more question. | 13:05 |
kota_ | Does the installation you are working now includes bump swift version to around 2.7.0? | 13:05 |
eranrom | yes it does | 13:05 |
kota_ | great | 13:06 |
kota_ | i can be waiting for your work with coffee :) | 13:06 |
takashi | :-) | 13:07 |
eranrom | One sec. Here it comes... | 13:07 |
openstackgerrit | Eran Rom proposed openstack/storlets: Adjusting swift_install https://review.openstack.org/305262 | 13:08 |
openstackgerrit | Eran Rom proposed openstack/storlets: Finalyzing the new Swift install Setting the functional test to point to the new installation https://review.openstack.org/305263 | 13:08 |
eranrom | Now the Jenkins job would use 2.7.0 with the new swift install process. | 13:09 |
kota_ | lol | 13:09 |
takashi | great! | 13:09 |
eranrom | I will need to adjust s2aio.sh accordingly. | 13:09 |
kota_ | I didn't think you just are working to push them | 13:09 |
eranrom | :-) | 13:10 |
eranrom | There is still a LOT of work on the storlet part. | 13:10 |
kota_ | and trimming the trailing white spaces :P | 13:11 |
kota_ | joking | 13:11 |
eranrom | :-) | 13:11 |
eranrom | Well there might be some of those. | 13:11 |
eranrom | I just didn't want you to finish youy coffee before I am done :-) | 13:12 |
eranrom | feel free to -1 one that | 13:12 |
takashi | I"ll check the patch later, but it's great that we can see what's going on :-) | 13:13 |
kota_ | k, will try it with *clean* EC2 env :-) | 13:13 |
eranrom | thanks! | 13:14 |
eranrom | I will also try it with both 14.04 and 15.04 | 13:14 |
eranrom | I think there still might be some ssh keys problem. | 13:14 |
kota_ | ah really? | 13:15 |
eranrom | that Jenkins passes but not s2aio. Here is the thing | 13:15 |
eranrom | When installing as non root user and run ansible with -s we effectively doing something like: | 13:16 |
eranrom | eranr: ssh root@localhost | 13:16 |
eranrom | and this can work only if /root/.ssh/authorized_keys has eranr keys | 13:16 |
eranrom | I believe that this is still missing | 13:16 |
eranrom | on the EC2 env were you deploying as root? | 13:17 |
takashi | eranrom: I suppose kota_ run s2aio as non root user with -s. | 13:18 |
eranrom | ok, so I might be wrong and there is no problem afterall | 13:18 |
eranrom | anyway I will test | 13:18 |
takashi | eranrom: ok | 13:19 |
kota_ | probably doing as non root user. | 13:20 |
eranrom | Alright, anything else for today? | 13:20 |
takashi | From my side, I don't have any big updates. I still have some WIP patches, and will fix them. | 13:21 |
eranrom | takashi: Great, thanks | 13:21 |
kota_ | nothing special for this meeting, still working on something and it probably needs ad-hoc conversation if something happened. | 13:21 |
eranrom | kota_,ok. You got me curious :-) I will wait patiently (with some coffee) | 13:22 |
kota_ | what we all need is coffee : | 13:23 |
kota_ | :) | 13:23 |
eranrom | :-) yeah, going to grab one more as we speak | 13:24 |
eranrom | Alright, so thanks for joining today! Will be in touch | 13:24 |
takashi | thank you | 13:24 |
kota_ | thanks eranrom! | 13:24 |
kota_ | being away to take a rest until swift meeting held in a few hours | 13:26 |
kota_ | bye | 13:26 |
*** takashi has quit IRC | 13:26 | |
*** kota_ has quit IRC | 13:43 | |
openstackgerrit | Eran Rom proposed openstack/storlets: Finalyzing the new Swift install Setting the functional test to point to the new installation https://review.openstack.org/305263 | 13:47 |
*** eranrom has quit IRC | 14:14 | |
openstackgerrit | Merged openstack/storlets: Adjusting swift_install https://review.openstack.org/305262 | 14:32 |
*** openstack has joined #openstack-storlets | 16:11 | |
*** eranrom has joined #openstack-storlets | 18:07 | |
openstackgerrit | Eran Rom proposed openstack/storlets: Finalyzing the new Swift install Setting the functional test to point to the new installation https://review.openstack.org/305263 | 18:16 |
*** [1]eranrom has joined #openstack-storlets | 18:36 | |
*** eranrom has quit IRC | 18:38 | |
*** [1]eranrom is now known as eranrom | 18:38 | |
*** openstackgerrit has quit IRC | 18:39 | |
*** openstackgerrit has joined #openstack-storlets | 18:56 | |
*** eranrom has quit IRC | 19:21 | |
*** wbhuber has quit IRC | 19:48 | |
*** wbhuber has joined #openstack-storlets | 19:49 | |
*** wbhuber has quit IRC | 20:04 | |
*** wbhuber has joined #openstack-storlets | 20:09 | |
*** wbhuber has quit IRC | 20:16 | |
*** wbhuber has joined #openstack-storlets | 20:22 | |
*** hrou_ has joined #openstack-storlets | 20:44 | |
*** hrou has quit IRC | 20:47 | |
*** wbhuber has quit IRC | 21:41 | |
*** wbhuber has joined #openstack-storlets | 21:46 | |
*** kota_ has joined #openstack-storlets | 22:15 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!