*** threestrands has joined #openstack-zun | 00:26 | |
*** kiennt26 has joined #openstack-zun | 00:56 | |
openstackgerrit | Merged openstack/zun master: Add preserve_on_delete field in requested_network when attach network https://review.openstack.org/527344 | 02:34 |
---|---|---|
openstackgerrit | Merged openstack/zun master: Modify the notes of upload_image_data() method https://review.openstack.org/528456 | 02:36 |
*** gmann has quit IRC | 02:55 | |
*** threestrands has quit IRC | 03:03 | |
*** threestrands has joined #openstack-zun | 03:04 | |
*** threestrands has quit IRC | 03:04 | |
*** threestrands has joined #openstack-zun | 03:04 | |
*** threestrands has quit IRC | 03:05 | |
*** threestrands has joined #openstack-zun | 03:06 | |
*** threestrands has quit IRC | 03:06 | |
*** threestrands has joined #openstack-zun | 03:06 | |
*** threestrands has quit IRC | 03:07 | |
*** threestrands has joined #openstack-zun | 03:07 | |
*** threestrands_ has joined #openstack-zun | 03:57 | |
*** threestrands has quit IRC | 03:57 | |
*** threestrands_ has quit IRC | 03:58 | |
*** threestrands_ has joined #openstack-zun | 03:59 | |
*** zhurong has joined #openstack-zun | 03:59 | |
openstackgerrit | Merged openstack/zun master: Updated from global requirements https://review.openstack.org/528937 | 04:15 |
*** shu-mutou has joined #openstack-zun | 04:20 | |
shu-mutou | Hi all, I re-constructed devstack machine from OS install, due to trouble in keystone. then I met following trouble in zun: http://paste.openstack.org/show/629421/ | 04:23 |
shu-mutou | could you guys let me know what's missing in setting up zun. | 04:23 |
shu-mutou | do we need to setup ~/.docker/config.json ? | 04:50 |
*** caowei has joined #openstack-zun | 05:03 | |
*** coolsvap has joined #openstack-zun | 05:20 | |
*** gkadam has joined #openstack-zun | 05:43 | |
mkrai | Hi shu-mutou | 05:53 |
mkrai | Can you check the docker daemon status> | 05:53 |
shu-mutou | Hi mkrai, http://paste.openstack.org/show/629426/ | 05:58 |
mkrai | shu-mutou: are you able to create containers directly using the docker cli? | 05:59 |
*** manikanta_tadi has joined #openstack-zun | 06:00 | |
shu-mutou | mkrai: yes. but zun create failed. | 06:00 |
mkrai | shu-mutou: It seems zun is not able to contact docker | 06:01 |
mkrai | So I would suggest to verify the docker configuration in zun | 06:02 |
shu-mutou | mkrai: zun create seems to fail at image_search. then container has status "Creating" is remaining. | 06:06 |
shu-mutou | mkrai: zun list, delete --force, pull are image-list.. are working | 06:07 |
mkrai | shu-mutou: Ok can you please verify with a `zun pull <image>` | 06:07 |
mkrai | if zun is able to contact docker or not? | 06:07 |
shu-mutou | mkrai: result for `zun --debug pull redis` http://paste.openstack.org/show/629427/ | 06:13 |
mkrai | shu-mutou: Ok it indicated there is some error with the image-search method | 06:14 |
mkrai | shu-mutou: one last thing can you try running the search cli ? | 06:14 |
mkrai | explicitly | 06:14 |
shu-mutou | mkrai: logs on compute for `zun --debug pull redis` http://paste.openstack.org/show/629428/ | 06:17 |
shu-mutou | mkrai: python docker module seems to need ~/.docker/config.json .... | 06:18 |
shu-mutou | mkrai: `docker search <image>` works fine. | 06:18 |
mkrai | It would not have worked for other docker-py APIs | 06:23 |
mkrai | shu-mutou: zun search <image> | 06:23 |
mkrai | this is a new cli in zun | 06:24 |
shu-mutou | mkrai: `zun image-search busybox docker` failed with HTTP 500 error. | 06:27 |
mkrai | shu-mutou: I am also trying it out | 06:30 |
mkrai | shu-mutou: give me a min | 06:30 |
mkrai | shu-mutou: it is working for me | 06:33 |
mkrai | shu-mutou: http://paste.openstack.org/show/629430/ | 06:33 |
mkrai | is your code updated? | 06:33 |
shu-mutou | http://paste.openstack.org/show/629431/ | 06:33 |
mkrai | ok I didn't get this error | 06:34 |
shu-mutou | mkrai: yes. I updated zun and zunclient few times since yesterday. | 06:34 |
mkrai | Can you use the latest master? | 06:34 |
mkrai | I didn't get this error I am using master | 06:35 |
shu-mutou | mkrai: last pasted log was created by latest master. I updated 10 minutes ago. | 06:36 |
mkrai | shu-mutou: I see | 06:37 |
mkrai | I am checking the code | 06:37 |
mkrai | some argument is missing | 06:38 |
shu-mutou | mkrai: thanks! | 06:38 |
mkrai | shu-mutou: I am going for lunch now. Will check this after it. Hope that is fine :) | 06:40 |
*** janki has joined #openstack-zun | 06:49 | |
*** threestrands_ has quit IRC | 06:57 | |
*** gkadam has quit IRC | 07:09 | |
*** kiennt26 has quit IRC | 07:35 | |
mkrai | shu-mutou: I am able to reproduce the issue | 08:10 |
mkrai | I will post a fix soon | 08:10 |
shu-mutou | mkrai: Thank you very much ! | 08:11 |
*** zhurong has quit IRC | 08:17 | |
*** hieulq has quit IRC | 08:18 | |
*** hieulq has joined #openstack-zun | 08:19 | |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Fix an issue in image_search https://review.openstack.org/529260 | 08:26 |
mkrai | shu-mutou: ^^ | 08:26 |
mkrai | Can you try this out? | 08:26 |
shu-mutou | mkrai: yes, I try from now. | 08:29 |
*** gkadam has joined #openstack-zun | 08:32 | |
shu-mutou | mkrai: thanks for new patch. following error doesn't appear. TypeError: image_search() takes exactly 6 arguments (5 given) | 08:45 |
shu-mutou | mkrai: but 'Connection aborted.' still occurred. I use docker and python client like http://paste.openstack.org/show/629437/ | 08:49 |
shu-mutou | mkrai: which versions do you use? and is there ~/.docker/config.json ? | 08:50 |
mkrai | shu-mutou: i am checking | 08:52 |
mkrai | shu-mutou: http://paste.openstack.org/show/629438/ | 08:53 |
mkrai | docker-py version is 2.5.1 | 08:54 |
mkrai | let me try updating docker-py | 08:55 |
shu-mutou | mkrai: please try the newest version. ;) | 08:55 |
mkrai | yes trying | 08:56 |
mkrai | shu-mutou: i installed, restarted zun services and it succeeded | 08:59 |
shu-mutou | mkrai: how about ~/.docker/config.json ? | 09:00 |
mkrai | shu-mutou: I don't have this file | 09:04 |
shu-mutou | mkrai: thank you for your help. I abandon today. I'm tired re-constructing devstack in these days.... | 09:08 |
mkrai | shu-mutou: We can meet tomorrow to fix this | 09:17 |
mkrai | Thank you! | 09:17 |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Fix an issue in image_search https://review.openstack.org/529260 | 09:32 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Add support for Capsule volume https://review.openstack.org/529280 | 09:45 |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Add a doc to explain Clear Containers support in Zun https://review.openstack.org/527611 | 09:47 |
*** XueFeng has quit IRC | 09:51 | |
*** XueFeng has joined #openstack-zun | 09:52 | |
*** caowei has quit IRC | 10:21 | |
*** yasemin has quit IRC | 12:00 | |
*** yasemin has joined #openstack-zun | 12:03 | |
*** yasemin has quit IRC | 12:09 | |
*** kiennt26 has joined #openstack-zun | 12:53 | |
*** coolsvap has quit IRC | 13:05 | |
*** openstackgerrit has quit IRC | 13:13 | |
-openstackstatus- NOTICE: gerrit is being restarted due to extreme slowness | 13:15 | |
*** yasemin has joined #openstack-zun | 13:22 | |
*** manikanta_tadi has quit IRC | 13:30 | |
*** kiennt26 has quit IRC | 13:46 | |
*** shu-mutou has quit IRC | 15:47 | |
*** coolsvap has joined #openstack-zun | 15:53 | |
*** janki has quit IRC | 15:53 | |
*** shu-mutou has joined #openstack-zun | 16:02 | |
*** gkadam has quit IRC | 17:27 | |
*** coolsvap has quit IRC | 19:00 | |
*** threestrands_ has joined #openstack-zun | 21:36 | |
*** jappleii__ has joined #openstack-zun | 22:35 | |
*** threestrands_ has quit IRC | 22:36 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!