*** kota_ has quit IRC | 01:20 | |
*** kota_ has joined #openstack-storlets | 01:22 | |
eranrom | Hi. I am still confused if 08:00 UTC is now or in an hour :-) | 07:08 |
---|---|---|
openstackgerrit | Doron Chen proposed openstack/storlets: Install Swift and the Storlet Engine on a Docker container. https://review.openstack.org/352356 | 07:14 |
*** takashi has joined #openstack-storlets | 07:51 | |
eranrom | Hi, 0800 utc yet :-) | 08:00 |
takashi | eranrom: hi | 08:00 |
eranrom | Hi | 08:00 |
eranrom | Do oyu know if kota plans on joining? | 08:00 |
takashi | eranrom: I suppose kota_ is taking vacation, so we two are all for today. | 08:01 |
eranrom | ok so lets start. | 08:01 |
takashi | eranrom: ok | 08:01 |
eranrom | I have two small items: (1) becoming an official project and (2) the gate problems we are facing with docker pull... | 08:02 |
eranrom | anything else? | 08:02 |
takashi | nothing special from my side today | 08:02 |
eranrom | ok. so regarding (1). I think I am ready to make the "motion" but before I do that I wanted to make sure you are ok with me being the first PTL. | 08:03 |
takashi | eranrom: I'm willing to say ok about that! :-) | 08:04 |
eranrom | :-) thanks! just wanted to be sure :-) | 08:04 |
takashi | I think kota_ will agree with me | 08:05 |
eranrom | great thanks. So if you think this is ok I will suggest the patch for the relevant file in infra (this is actually what is required), or do you think we should wait for him? | 08:07 |
takashi | I'll just ping him about that topic, but IMO we can submit that patch before we get his response. | 08:08 |
eranrom | ok thanks! | 08:08 |
eranrom | will do and update here | 08:08 |
takashi | eranrom: thank you for working about that | 08:08 |
eranrom | :-) | 08:09 |
eranrom | regarding the gate job: | 08:09 |
takashi | I saw you sent an e-mail about that for dev ml | 08:09 |
eranrom | right, was there any response? I could not see the mail I have sent... | 08:10 |
eranrom | I do not know why... | 08:10 |
takashi | eranrom: I can find nothing :-( | 08:10 |
takashi | asking about the problem in infra irc channel might be faster path to get their response | 08:11 |
eranrom | ok, I will look deeper. I started off with asking on IRC and got first positive response, but then silence... | 08:11 |
eranrom | I will try again | 08:11 |
eranrom | that is on IRC | 08:11 |
takashi | eranrom: ok | 08:11 |
eranrom | Still, I think that it might take some time till we get it. | 08:11 |
eranrom | perhaps we need an interim solution as it looks like this happens a lot! | 08:12 |
eranrom | perhaps checking in the docker save result into the repo, until we get a response from infra. | 08:12 |
takashi | eramrom: some informations from my side, about the problem | 08:13 |
takashi | I already submitted patch 349226 to add query to elastic-recheck, which can detect the same docker failure | 08:14 |
patchbot | takashi: https://review.openstack.org/#/c/349226/ - openstack-infra/elastic-recheck - Add query for storlets bug 1608171 | 08:14 |
openstack | bug 1608171 in storlets "docker pull fails in gate testing" [Undecided,New] https://launchpad.net/bugs/1608171 | 08:14 |
takashi | but still get no response from infra tem. (maybe I need to contact them) | 08:14 |
takashi | It can be some helps to detect docker pull failure, without checking func test log. | 08:15 |
eranrom | takashi: great! I should mention this when I talk about the requirement. | 08:15 |
eranrom | also great to learn about the elastic-recheck | 08:15 |
eranrom | I was not aware of it. | 08:15 |
takashi | eranrom: yeah. This is good chance to learn about that. It's can be useful for us | 08:16 |
takashi | Secondly, I'm still wondering about the reason why docker pull fails | 08:16 |
eranrom | might be bad connectivity to the docker hub from the Jenkins VMs? | 08:17 |
takashi | We can't find any error messages. It ends up with failure with normal message | 08:17 |
takashi | some thoughts about that | 08:18 |
takashi | 1. Is there any timeout value in ansible, which makes it end up with failure? If so, we can set longer timeout to avoid that problem | 08:18 |
takashi | 2. Can using docker ansible module solve the problem? To use it, we need to use more newer version of ansible >=2.0 | 08:19 |
takashi | I decided the version of ansible in requirement.txt based on openstack-ansible, but need to update it to use docker module. | 08:20 |
eranrom | I think we are currently using 2.1 | 08:20 |
eranrom | right sorry its 1.9 and less then 2.0 | 08:21 |
takashi | eranrom: ok. I need to update test-requirements.txt ... | 08:21 |
eranrom | takashi: thanks! | 08:21 |
takashi | I'm not sure we really using 1.9 when deploying storlets | 08:21 |
eranrom | let me have a look | 08:21 |
takashi | I previously submitted a patch to test docker module, but we get new ansible-lint errors when we update ansible packages | 08:22 |
takashi | I need some more time to check if these can solve the problem, but these 2 ideas can be other options to solve the problem, if we fase some difficulty in including docker images | 08:24 |
eranrom | we have an install_ansible.sh that looks for ansible. If it is not there it installs the latest from ppa:ansible/ansible | 08:24 |
takashi | eranrom: it means we are using ansible >= 2.0 | 08:24 |
takashi | maybe 2.1? | 08:24 |
eranrom | probably. | 08:25 |
takashi | ok. need to fix test-requirements. | 08:25 |
eranrom | ok, if 1,2 you mentioned above work it would be much better then adding the docker image which is ~65MB | 08:25 |
eranrom | Meanwhile I will continue to talk to infra | 08:26 |
takashi | eranrom: thanks | 08:26 |
eranrom | thank you | 08:26 |
takashi | that's all from my side. I'm still working about SBus refactoring, which is a starting point to implement python SDaemon | 08:27 |
takashi | I'm gettint a test job failure about it, but it seems something is wrong in container, about which we currently get no logs... | 08:28 |
takashi | in gateway | 08:28 |
eranrom | takashi: sure, the patch looks good, and I will merge it as soon as we get Jenkins to +1 it. I made a wrong comment on it, and will correct it when plusing +2+1 | 08:28 |
eranrom | yes I saw the problem... | 08:29 |
takashi | eranrom: that is another curious problem in gate job... | 08:29 |
eranrom | yeah... | 08:29 |
takashi | will update you when I get jenkins +1 | 08:30 |
eranrom | ok thanks. anything else for today? | 08:32 |
takashi | eranrom: no | 08:32 |
eranrom | ok so thank for joining. talk to you later | 08:32 |
takashi | thank you. have a nice day :-) | 08:32 |
openstackgerrit | Doron Chen proposed openstack/storlets: Install Swift and the Storlet Engine on a Docker container. https://review.openstack.org/352356 | 09:17 |
openstackgerrit | Doron Chen proposed openstack/storlets: Install Swift and the Storlet Engine on a Docker container. https://review.openstack.org/352356 | 11:38 |
*** takashi has quit IRC | 13:04 | |
openstackgerrit | Takashi Kajinami proposed openstack/storlets: Refactor SBusDatagram https://review.openstack.org/349348 | 16:12 |
openstackgerrit | Takashi Kajinami proposed openstack/storlets: Use Pythonic name for SBusPythonFacade https://review.openstack.org/353001 | 16:36 |
openstackgerrit | Takashi Kajinami proposed openstack/storlets: Use Pythonic name for SBusPythonFacade https://review.openstack.org/353001 | 16:37 |
openstackgerrit | Takashi Kajinami proposed openstack/storlets: WIP: Implement missing methods in client datagram https://review.openstack.org/352513 | 16:45 |
openstackgerrit | Doron Chen proposed openstack/storlets: Install Swift and the Storlet Engine on a Docker container. https://review.openstack.org/352356 | 17:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!