Friday, 2015-07-03

*** dims__ has joined #openstack-containers00:10
*** dims_ has quit IRC00:12
openstackgerritEli Qiao proposed openstack/magnum: Add periodic task to sync bay status  https://review.openstack.org/19451400:19
*** juggler has joined #openstack-containers00:28
openstackgerritMerged openstack/magnum: Fix os-distro property name to os_distro  https://review.openstack.org/19813100:31
*** hongbin has joined #openstack-containers00:32
*** ameybhide has quit IRC00:40
*** sdake has quit IRC00:56
*** sdake has joined #openstack-containers00:56
*** yuanying-alt has joined #openstack-containers01:05
*** yuanying-alt has quit IRC01:09
*** preilly has quit IRC01:21
*** preilly has joined #openstack-containers01:23
*** preilly is now known as Guest3742101:24
*** erkules has joined #openstack-containers01:30
*** erkules_ has quit IRC01:32
*** sdake_ has joined #openstack-containers01:40
*** sdake has quit IRC01:43
*** slagle has quit IRC01:47
*** slagle has joined #openstack-containers01:47
*** sdake_ has quit IRC01:49
*** sdake has joined #openstack-containers01:51
*** Kennan has joined #openstack-containers02:02
*** Kennan2 has quit IRC02:03
*** kan__ has joined #openstack-containers02:04
*** yuanying-alt has joined #openstack-containers02:06
*** yuanying-alt has quit IRC02:10
*** kan__ has quit IRC02:29
*** kan__ has joined #openstack-containers02:40
*** julim has joined #openstack-containers02:41
*** hongbin has quit IRC02:52
eliqiaohello, any one have idea why inspect_container timeout ?03:34
eliqiaobut I still can list_containers03:36
*** julim has quit IRC03:36
eliqiaocurrent logic in list_instances in docker_clinet, this is no exception handler when time_out error happend when inspect_container a container, but I don't think this is right, we can just ignore it and continue to inspect other containers03:42
eliqiaoany idea?03:43
*** coolsvap|away is now known as coolsvap03:48
*** dims__ has quit IRC03:52
*** yuanying-alt has joined #openstack-containers03:54
*** yuanying-alt has quit IRC03:59
*** achanda has joined #openstack-containers04:06
digasdake: you there04:09
digaHave one questiob for magnum - magnum doesn't have magnum-api.conf, so we need to define magnum.conf only04:10
*** sankarshan_away is now known as sankarshan04:14
*** madhuri_ has quit IRC04:16
*** achanda_ has joined #openstack-containers04:21
*** achanda has quit IRC04:24
*** achanda_ has quit IRC04:29
*** Marga_ has joined #openstack-containers04:38
*** sdake_ has joined #openstack-containers04:39
*** sdake has quit IRC04:43
*** suro-patz has joined #openstack-containers04:45
*** Marga_ has quit IRC04:52
*** Marga_ has joined #openstack-containers04:52
openstackgerritShaoHe Feng proposed openstack/magnum: pass baymodel date instead of bay data for baymodel create request  https://review.openstack.org/19697505:00
openstackgerritShaoHe Feng proposed openstack/magnum: use bdict instead of cdict for baymodel testcase  https://review.openstack.org/19821605:00
*** suro-patz has quit IRC05:14
*** yuanying-alt has joined #openstack-containers05:43
*** yuanying-alt has quit IRC05:48
*** j___ has joined #openstack-containers05:49
*** fawadkhaliq has joined #openstack-containers05:54
*** fawadk has joined #openstack-containers05:55
*** fawadkhaliq has quit IRC05:58
*** Kennan has quit IRC06:02
*** Kennan has joined #openstack-containers06:02
*** j___ has quit IRC06:04
eliqiaohello, can any one tell why I calling inspect_container get red timed out error?06:04
eliqiaoI have 3 swarm node, manager/agent: 192.168.0.3, agent1: 192.168.0.4, agent2:192.168.0.5 , when I inspect_container in 192.168.0.3/192.168.0.4, no errors , but get error on 192.168.0.5 ..06:07
eliqiaosomeone help me ! :(06:07
Kennaneliqiao: please check that in docker logs06:14
eliqiaoKennan: thanks, but where should I check ? on manager node ?06:16
*** j___ has joined #openstack-containers06:17
Kennanfirst make sure where your container is06:17
Kennanif the container is run on manager node06:18
Kennanyou can check logs there06:18
eliqiaoKennan: should be dockerd logs?06:22
Kennaneliqiao: how do you run inpect command?06:23
eliqiaoKennan:  actually, I use magnum to call docker client, but I get time_out error06:23
eliqiaoKennan: so I use docker client directly06:24
eliqiaoc = client.Client(base_url='tcp://172.24.4.40:2376', version='1.17', timeout=3)06:24
eliqiaoconti =  c.containers(all=True)06:24
eliqiaoc.inspect_container('73b8e5891146f626f6dcdd0672626b10de452eb32bc65a71aad03d8f8c566f44')06:24
*** tobe has joined #openstack-containers06:24
eliqiaothe containers in other node are works fine, only not working in one node, so I'd like to know how to debug it?06:26
eliqiaoshould be error happened on swarm manager or swarm node?06:26
Kennanif I understood your question correctly. eliqiao:06:28
*** nihilifer has joined #openstack-containers06:28
Kennanyou boot one swarm cluster with 2 swarm node06:28
Kennaneach node have on swarm container running06:28
*** achanda has joined #openstack-containers06:29
Kennando you mean swarm container not working ? or you boot one new container in swarm node not working06:29
eliqiaoKennan: I boot a swarm cluster with 2 node (let's say 192.168.0.3 manager/agent, and 192.168.0.4 agent, 192.168.0.5 agent)06:33
eliqiaoKennan: all swarm-agent/manager service are running well06:34
eliqiaoKennan: when I call magnum container-list, I found the code call docker_client to list all containter ,and try to inspect_container("id") it06:35
Kennaneliqiao: do you mean container-list not work?06:35
Kennanfor timeout06:36
Kennan?06:36
eliqiaoKennan:  yes06:36
Kennanhow old of your magnum code?06:36
eliqiaoKennan: but the root casue is  when try to inspect the container on node(192.168.0.5), it get time out06:37
eliqiaoKennan:  what's that mean? I use lasted upstream magnum06:37
eliqiaos/ lasted/the latest06:38
Kennaneliqiao: pls run ps -ef | grep -i docker in manager node ?06:40
eliqiaotaget@taget-ThinkStation-P300:~/devstack$ ssh fedora@172.24.4.4006:41
eliqiao[fedora@swarmbay-n3noxsh5waca-swarm-manager-zbpwzrhiwegg ~]$ ps -ef | grep -i docker06:41
eliqiaoroot       885     1  0 03:58 ?        00:00:06 /usr/bin/docker -d -H fd:// --selinux-enabled --storage-opt dm.fs=xfs --storage-opt dm.datadev=/dev/atomicos/docker-data --storage-opt dm.metadatadev=/dev/atomicos/docker-meta06:41
eliqiaoroot      1187     1  0 04:00 ?        00:00:00 /usr/bin/docker run -e http_proxy=http://10.239.4.160:911 -e https_proxy=http://10.239.4.160:911 -e no_proxy=192.168.0.2,192.168.0.3,192.168.0.4,192.168.0.1 --name swarm-manager -p 2376:2375 swarm:0.2.0 manage -H tcp://0.0.0.0:2375 token://0adf48e4d22d5de0473d2110d20d0f1206:41
eliqiaoroot      1194     1  0 04:00 ?        00:00:00 /usr/bin/docker run -e http_proxy=http://10.239.4.160:911 -e https_proxy=http://10.239.4.160:911 -e no_proxy=192.168.0.2,192.168.0.3,192.168.0.4,192.168.0.1 --name swarm-agent swarm:0.2.0 join --addr 192.168.0.3:2375 token://0adf48e4d22d5de0473d2110d20d0f1206:41
eliqiaoroot      1282   885  0 04:00 ?        00:00:00 docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2376 -container-ip 172.17.0.2 -container-port 237506:41
eliqiaofedora    1726  1707  0 06:41 pts/0    00:00:00 grep --color=auto -i docker06:41
eliqiao[fedora@swarmbay-n3noxsh5waca-swarm-manager-zbpwzrhiwegg ~]$06:41
eliqiaosorry, this will be better http://paste.openstack.org/show/337843/06:41
eliqiaoKennan: hi I think I get the root cause06:43
Kennaneliqiao: run docker  -H tcp://0.0.0.0:2376 ps -a06:43
eliqiaoKennan:  I forget to add no_proxy to enviroment06:43
Kennaneliqiao: I did not know what you change to tempaltes06:44
Kennanproxy changes by you?06:44
eliqiaoKennan:  yes, without proxy, I can not boot up swarm service06:44
eliqiaoso I did some hacking..06:44
KennanI did not know what changes you did. I usually run without changes to templates06:45
KennanI could work for that06:45
eliqiaoeliqiao:  I am thinking about if we can add some hook scripts to heat template06:45
eliqiaoKennan: the networking is differece from my company to yours06:45
*** belmoreira has joined #openstack-containers06:46
eliqiao Kennan: are you using servers in US ?06:46
Kennanyes06:46
eliqiaoKennan: without proxy, I can do nothing, so I need some hacking....... to bad!!06:46
Kennanso you may have isseu related with proxy changes. anyway. could you run docker  -H tcp://0.0.0.0:2376 ps ?  may be you need proxy passed06:47
eliqiaoyes, http://paste.openstack.org/show/337844/06:47
eliqiaoKennan:  I get the root cause, it proxy issue.06:47
eliqiaoI should add 192.168.0.5 in no_proxy, or it will get blocked.06:48
Kennanok eliqiao: good to know that06:48
eliqiaobut , for magnum code, I think we can do something to improve the exception handling..06:48
Kennanfor proxy it should be interesting topic, I am glad to learn it if you share with blog or something :)06:48
Kennaneliqiao: if you think some bug, please open it06:49
eliqiaoKennan:  yeah, good idea, I think it would be good to China developer, I will summarize them06:49
eliqiaoKennan:  okay..06:49
eliqiaoKennan:  actually , I spend almost 1 week to debug proxy issue... stupid work!!06:50
Kennaneliqiao: you could learn much from that, I think06:50
Kennanknow more than me about proxy :)06:51
eliqiaoKennan:  yeah, and also for swarm06:51
eliqiaoKennan: but for k8s, I think I can not work it out, even with proxy, I can not access some links..06:51
eliqiaolike http://gcr.io/06:51
Kennanyes, GFW issue is very special topic06:52
eliqiaoKennan: too bad for Chinese developer..06:52
Kennanyes, eliqiao: agree06:53
*** dims_ has joined #openstack-containers06:53
*** BertrandN has joined #openstack-containers06:53
*** dims_ has quit IRC06:58
*** coolsvap is now known as coolsvap|away07:11
*** achanda_ has joined #openstack-containers07:11
*** achanda has quit IRC07:11
*** achanda has joined #openstack-containers07:12
*** achanda_ has quit IRC07:14
*** BertrandN has quit IRC07:19
*** coolsvap has joined #openstack-containers07:24
*** coolsvap has quit IRC07:25
*** coolsvap|away is now known as coolsvap07:26
*** shaohe_robot has quit IRC07:32
*** shaohe_robot1 has joined #openstack-containers07:33
*** yuanying-alt has joined #openstack-containers07:33
*** BertrandN has joined #openstack-containers07:36
*** Tango has quit IRC07:36
*** yuanying-alt has quit IRC07:37
*** coolsvap is now known as coolsvap|afk07:39
*** kan__ has quit IRC07:40
*** shaohe_robot has joined #openstack-containers07:45
*** openstackstatus has quit IRC07:49
*** shaohe_robot1 has quit IRC07:50
*** sankarshan is now known as sankarshan_away07:50
*** openstackstatus has joined #openstack-containers07:50
*** ChanServ sets mode: +v openstackstatus07:50
*** fawadk has quit IRC07:51
*** yuanying has quit IRC08:09
eliqiaoKennan:  if  you are intrested with proxy stuff, check http://taget.github.io/lessons/2015/07/03/hacking-magnum-swarm-proxy/08:22
*** j___ has quit IRC08:22
*** j___ has joined #openstack-containers08:36
*** openstackgerrit has quit IRC08:57
*** openstackgerrit has joined #openstack-containers08:58
*** Marga_ has quit IRC09:05
*** Marga_ has joined #openstack-containers09:05
*** humble_ has joined #openstack-containers09:08
*** fawadkhaliq has joined #openstack-containers09:09
*** BertrandN has quit IRC09:09
*** belmoreira has quit IRC09:11
*** humble__ has quit IRC09:12
*** yuanying-alt has joined #openstack-containers09:21
*** BertrandN has joined #openstack-containers09:22
*** yuanying-alt has quit IRC09:25
*** achanda_ has joined #openstack-containers09:35
*** Marga_ has quit IRC09:38
*** achanda has quit IRC09:38
*** Marga_ has joined #openstack-containers09:38
*** belmoreira has joined #openstack-containers09:39
*** achanda has joined #openstack-containers09:39
*** achanda_ has quit IRC09:42
*** humble_ has quit IRC10:02
*** sgordon has quit IRC10:14
*** sdake_ has quit IRC10:14
*** sgordon has joined #openstack-containers10:18
*** mfalatic has quit IRC10:23
*** dims_ has joined #openstack-containers10:25
*** Marga_ has quit IRC10:47
*** yuanying-alt has joined #openstack-containers11:09
*** achanda has quit IRC11:13
*** yuanying-alt has quit IRC11:14
*** achanda has joined #openstack-containers11:15
*** tobe has quit IRC11:16
*** fawadkhaliq has quit IRC11:24
*** fawadkhaliq has joined #openstack-containers11:25
*** achanda has quit IRC11:29
*** Marga_ has joined #openstack-containers11:36
*** j___ has quit IRC12:10
*** j___ has joined #openstack-containers12:21
*** fawadkhaliq has quit IRC12:25
*** coolsvap|afk is now known as coolsvap|away12:27
*** wznoinsk has quit IRC12:38
*** fawadkhaliq has joined #openstack-containers12:39
*** wznoinsk has joined #openstack-containers12:39
*** j___ has quit IRC12:41
*** zhenguo has quit IRC12:43
*** fawadkhaliq has quit IRC12:50
*** dboik has joined #openstack-containers13:16
*** dboik has quit IRC13:20
*** apuimedo has joined #openstack-containers13:25
*** hongbin has joined #openstack-containers13:28
*** Marga_ has quit IRC13:37
*** dane_leblanc has joined #openstack-containers13:38
*** BertrandN has quit IRC13:41
*** dane_leblanc has quit IRC13:43
*** j___ has joined #openstack-containers13:46
*** dane_leblanc has joined #openstack-containers13:49
*** Marga_ has joined #openstack-containers13:50
*** achanda has joined #openstack-containers13:51
*** Marga_ has quit IRC13:59
*** Marga_ has joined #openstack-containers13:59
Kennaneliqiao: thanks14:06
*** hongbin has quit IRC14:08
openstackgerritTom Cammann proposed openstack/magnum: Upgrade code to be python 3 compatible  https://review.openstack.org/19664914:13
openstackgerritMerged openstack/magnum: pass baymodel date instead of bay data for baymodel create request  https://review.openstack.org/19697514:14
*** sdake has joined #openstack-containers14:16
*** sdake_ has joined #openstack-containers14:17
*** sdake has quit IRC14:21
*** Marga_ has quit IRC14:22
*** sdake_ is now known as sdake14:22
*** achanda has quit IRC14:31
*** sdake has quit IRC14:31
*** j___ has quit IRC14:37
*** belmoreira has quit IRC14:54
*** hongbin has joined #openstack-containers14:57
*** nihilifer has quit IRC14:59
*** achanda has joined #openstack-containers15:10
*** achanda has quit IRC15:22
*** Marga_ has joined #openstack-containers15:45
*** Tango has joined #openstack-containers15:47
*** fawadkhaliq has joined #openstack-containers15:51
*** fawadkhaliq has quit IRC15:55
*** fawadkhaliq has joined #openstack-containers15:59
*** nihilifer has joined #openstack-containers16:05
*** Marga_ has quit IRC16:07
*** DRoBeR has quit IRC16:08
*** dims_ has quit IRC16:08
*** sdake has joined #openstack-containers16:23
*** fawadkhaliq has quit IRC16:27
*** DRoBeR has joined #openstack-containers16:31
*** achanda has joined #openstack-containers16:31
*** apuimedo has quit IRC16:41
*** apuimedo has joined #openstack-containers16:41
*** achanda has quit IRC16:41
*** dims_ has joined #openstack-containers16:51
*** dims_ has quit IRC17:01
*** sdake_ has joined #openstack-containers17:10
*** sdake has quit IRC17:13
*** achanda has joined #openstack-containers17:15
*** chandankumar is now known as chandankumar_awa17:15
*** sdake has joined #openstack-containers17:21
*** sdake_ has quit IRC17:26
*** chandankumar_awa is now known as chandankumar17:29
*** Tango has quit IRC17:32
*** achanda has quit IRC17:36
*** nihilifer has quit IRC17:38
*** dane_leblanc has quit IRC17:38
*** achanda has joined #openstack-containers17:50
*** apuimedo has quit IRC17:54
*** fawadkhaliq has joined #openstack-containers18:45
*** sdake_ has joined #openstack-containers18:52
*** sdake has quit IRC18:56
-openstackstatus- NOTICE: etherpad.openstack.org is offline for scheduled database maintenance, ETA 19:30 UTC19:02
*** ChanServ changes topic to "etherpad.openstack.org is offline for scheduled database maintenance, ETA 19:30 UTC"19:02
*** sdake_ has quit IRC19:05
*** achanda has quit IRC19:12
*** fawadkhaliq has quit IRC19:14
*** sdake has joined #openstack-containers19:15
*** EricGonczer_ has joined #openstack-containers19:25
-openstackstatus- NOTICE: etherpad.openstack.org is still offline for scheduled database maintenance, ETA 19:45 UTC19:30
*** ChanServ changes topic to "etherpad.openstack.org is still offline for scheduled database maintenance, ETA 19:45 UTC"19:30
*** EricGonczer_ has quit IRC19:36
*** ChanServ changes topic to "OpenStack Containers Team"19:52
openstackgerritHongbin Lu proposed openstack/magnum: Validate bay type on creating resources  https://review.openstack.org/19845620:32
*** sdake_ has joined #openstack-containers20:52
*** sdake has quit IRC20:55
*** sdake_ is now known as sdake21:34
openstackgerritHongbin Lu proposed openstack/magnum: Eliminate mutable default arguments  https://review.openstack.org/19846522:14
*** hongbin has quit IRC22:15
*** fawadkhaliq has joined #openstack-containers22:39
*** dboik has joined #openstack-containers22:47
*** dboik has quit IRC22:51
*** fawadkhaliq has quit IRC22:52
*** dims_ has joined #openstack-containers23:01
*** sdake has quit IRC23:01
*** sdake has joined #openstack-containers23:03
*** dims_ has quit IRC23:07
*** dims_ has joined #openstack-containers23:14
*** dims_ has quit IRC23:18

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