Wednesday, 2017-12-20

*** threestrands has joined #openstack-zun00:26
*** kiennt26 has joined #openstack-zun00:56
openstackgerritMerged openstack/zun master: Add preserve_on_delete field in requested_network when attach network  https://review.openstack.org/52734402:34
openstackgerritMerged openstack/zun master: Modify the notes of upload_image_data() method  https://review.openstack.org/52845602:36
*** gmann has quit IRC02:55
*** threestrands has quit IRC03:03
*** threestrands has joined #openstack-zun03:04
*** threestrands has quit IRC03:04
*** threestrands has joined #openstack-zun03:04
*** threestrands has quit IRC03:05
*** threestrands has joined #openstack-zun03:06
*** threestrands has quit IRC03:06
*** threestrands has joined #openstack-zun03:06
*** threestrands has quit IRC03:07
*** threestrands has joined #openstack-zun03:07
*** threestrands_ has joined #openstack-zun03:57
*** threestrands has quit IRC03:57
*** threestrands_ has quit IRC03:58
*** threestrands_ has joined #openstack-zun03:59
*** zhurong has joined #openstack-zun03:59
openstackgerritMerged openstack/zun master: Updated from global requirements  https://review.openstack.org/52893704:15
*** shu-mutou has joined #openstack-zun04:20
shu-mutouHi 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-mutoucould you guys let me know what's missing in setting up zun.04:23
shu-mutoudo we need to setup ~/.docker/config.json ?04:50
*** caowei has joined #openstack-zun05:03
*** coolsvap has joined #openstack-zun05:20
*** gkadam has joined #openstack-zun05:43
mkraiHi shu-mutou05:53
mkraiCan you check the docker daemon status>05:53
shu-mutouHi mkrai, http://paste.openstack.org/show/629426/05:58
mkraishu-mutou: are you able to create containers directly using the docker cli?05:59
*** manikanta_tadi has joined #openstack-zun06:00
shu-mutoumkrai: yes. but zun create failed.06:00
mkraishu-mutou: It seems zun is not able to contact docker06:01
mkraiSo I would suggest to verify the docker configuration in zun06:02
shu-mutoumkrai: zun create seems to fail at image_search. then container has status "Creating" is remaining.06:06
shu-mutoumkrai: zun list, delete --force, pull are image-list.. are working06:07
mkraishu-mutou: Ok can you please verify with a `zun pull <image>`06:07
mkraiif zun is able to contact docker or not?06:07
shu-mutoumkrai: result for `zun --debug pull redis`  http://paste.openstack.org/show/629427/06:13
mkraishu-mutou: Ok it indicated there is some error with the image-search method06:14
mkraishu-mutou: one last thing can you try running the search cli ?06:14
mkraiexplicitly06:14
shu-mutoumkrai: logs on compute for `zun --debug pull redis` http://paste.openstack.org/show/629428/06:17
shu-mutoumkrai: python docker module seems to need ~/.docker/config.json ....06:18
shu-mutoumkrai: `docker search <image>` works fine.06:18
mkraiIt would not have worked for other docker-py APIs06:23
mkraishu-mutou: zun search <image>06:23
mkraithis is a new cli in zun06:24
shu-mutoumkrai: `zun image-search busybox docker` failed with HTTP 500 error.06:27
mkraishu-mutou: I am also trying it out06:30
mkraishu-mutou: give me a min06:30
mkraishu-mutou: it is working for me06:33
mkraishu-mutou: http://paste.openstack.org/show/629430/06:33
mkraiis your code updated?06:33
shu-mutouhttp://paste.openstack.org/show/629431/06:33
mkraiok I didn't get this error06:34
shu-mutoumkrai: yes. I updated zun and zunclient few times since yesterday.06:34
mkraiCan you use the latest master?06:34
mkraiI didn't get this error I am using master06:35
shu-mutoumkrai: last pasted log was created by latest master. I updated 10 minutes ago.06:36
mkraishu-mutou: I see06:37
mkraiI am checking the code06:37
mkraisome argument is missing06:38
shu-mutoumkrai: thanks!06:38
mkraishu-mutou: I am going for lunch now. Will check this after it. Hope that is fine :)06:40
*** janki has joined #openstack-zun06:49
*** threestrands_ has quit IRC06:57
*** gkadam has quit IRC07:09
*** kiennt26 has quit IRC07:35
mkraishu-mutou: I am able to reproduce the issue08:10
mkraiI will post a fix soon08:10
shu-mutoumkrai: Thank you very much !08:11
*** zhurong has quit IRC08:17
*** hieulq has quit IRC08:18
*** hieulq has joined #openstack-zun08:19
openstackgerritMadhuri Kumari proposed openstack/zun master: Fix an issue in image_search  https://review.openstack.org/52926008:26
mkraishu-mutou: ^^08:26
mkraiCan you try this out?08:26
shu-mutoumkrai: yes, I try from now.08:29
*** gkadam has joined #openstack-zun08:32
shu-mutoumkrai: thanks for new patch. following error doesn't appear. TypeError: image_search() takes exactly 6 arguments (5 given)08:45
shu-mutoumkrai: but 'Connection aborted.' still occurred. I use docker and python client like http://paste.openstack.org/show/629437/08:49
shu-mutoumkrai: which versions do you use? and is there ~/.docker/config.json ?08:50
mkraishu-mutou: i am checking08:52
mkraishu-mutou: http://paste.openstack.org/show/629438/08:53
mkraidocker-py version is 2.5.108:54
mkrailet me try updating docker-py08:55
shu-mutoumkrai: please try the newest version. ;)08:55
mkraiyes trying08:56
mkraishu-mutou: i installed, restarted zun services and it succeeded08:59
shu-mutoumkrai: how about ~/.docker/config.json ?09:00
mkraishu-mutou: I don't have this file09:04
shu-mutoumkrai: thank you for your help. I abandon today. I'm tired re-constructing devstack in these days....09:08
mkraishu-mutou: We can meet tomorrow to fix this09:17
mkraiThank you!09:17
openstackgerritMadhuri Kumari proposed openstack/zun master: Fix an issue in image_search  https://review.openstack.org/52926009:32
openstackgerritKevin Zhao proposed openstack/zun master: Add support for Capsule volume  https://review.openstack.org/52928009:45
openstackgerritMadhuri Kumari proposed openstack/zun master: Add a doc to explain Clear Containers support in Zun  https://review.openstack.org/52761109:47
*** XueFeng has quit IRC09:51
*** XueFeng has joined #openstack-zun09:52
*** caowei has quit IRC10:21
*** yasemin has quit IRC12:00
*** yasemin has joined #openstack-zun12:03
*** yasemin has quit IRC12:09
*** kiennt26 has joined #openstack-zun12:53
*** coolsvap has quit IRC13:05
*** openstackgerrit has quit IRC13:13
-openstackstatus- NOTICE: gerrit is being restarted due to extreme slowness13:15
*** yasemin has joined #openstack-zun13:22
*** manikanta_tadi has quit IRC13:30
*** kiennt26 has quit IRC13:46
*** shu-mutou has quit IRC15:47
*** coolsvap has joined #openstack-zun15:53
*** janki has quit IRC15:53
*** shu-mutou has joined #openstack-zun16:02
*** gkadam has quit IRC17:27
*** coolsvap has quit IRC19:00
*** threestrands_ has joined #openstack-zun21:36
*** jappleii__ has joined #openstack-zun22:35
*** threestrands_ has quit IRC22:36

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