*** dims__ has joined #openstack-containers | 00:10 | |
*** dims_ has quit IRC | 00:12 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Add periodic task to sync bay status https://review.openstack.org/194514 | 00:19 |
---|---|---|
*** juggler has joined #openstack-containers | 00:28 | |
openstackgerrit | Merged openstack/magnum: Fix os-distro property name to os_distro https://review.openstack.org/198131 | 00:31 |
*** hongbin has joined #openstack-containers | 00:32 | |
*** ameybhide has quit IRC | 00:40 | |
*** sdake has quit IRC | 00:56 | |
*** sdake has joined #openstack-containers | 00:56 | |
*** yuanying-alt has joined #openstack-containers | 01:05 | |
*** yuanying-alt has quit IRC | 01:09 | |
*** preilly has quit IRC | 01:21 | |
*** preilly has joined #openstack-containers | 01:23 | |
*** preilly is now known as Guest37421 | 01:24 | |
*** erkules has joined #openstack-containers | 01:30 | |
*** erkules_ has quit IRC | 01:32 | |
*** sdake_ has joined #openstack-containers | 01:40 | |
*** sdake has quit IRC | 01:43 | |
*** slagle has quit IRC | 01:47 | |
*** slagle has joined #openstack-containers | 01:47 | |
*** sdake_ has quit IRC | 01:49 | |
*** sdake has joined #openstack-containers | 01:51 | |
*** Kennan has joined #openstack-containers | 02:02 | |
*** Kennan2 has quit IRC | 02:03 | |
*** kan__ has joined #openstack-containers | 02:04 | |
*** yuanying-alt has joined #openstack-containers | 02:06 | |
*** yuanying-alt has quit IRC | 02:10 | |
*** kan__ has quit IRC | 02:29 | |
*** kan__ has joined #openstack-containers | 02:40 | |
*** julim has joined #openstack-containers | 02:41 | |
*** hongbin has quit IRC | 02:52 | |
eliqiao | hello, any one have idea why inspect_container timeout ? | 03:34 |
eliqiao | but I still can list_containers | 03:36 |
*** julim has quit IRC | 03:36 | |
eliqiao | current 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 containers | 03:42 |
eliqiao | any idea? | 03:43 |
*** coolsvap|away is now known as coolsvap | 03:48 | |
*** dims__ has quit IRC | 03:52 | |
*** yuanying-alt has joined #openstack-containers | 03:54 | |
*** yuanying-alt has quit IRC | 03:59 | |
*** achanda has joined #openstack-containers | 04:06 | |
diga | sdake: you there | 04:09 |
diga | Have one questiob for magnum - magnum doesn't have magnum-api.conf, so we need to define magnum.conf only | 04:10 |
*** sankarshan_away is now known as sankarshan | 04:14 | |
*** madhuri_ has quit IRC | 04:16 | |
*** achanda_ has joined #openstack-containers | 04:21 | |
*** achanda has quit IRC | 04:24 | |
*** achanda_ has quit IRC | 04:29 | |
*** Marga_ has joined #openstack-containers | 04:38 | |
*** sdake_ has joined #openstack-containers | 04:39 | |
*** sdake has quit IRC | 04:43 | |
*** suro-patz has joined #openstack-containers | 04:45 | |
*** Marga_ has quit IRC | 04:52 | |
*** Marga_ has joined #openstack-containers | 04:52 | |
openstackgerrit | ShaoHe Feng proposed openstack/magnum: pass baymodel date instead of bay data for baymodel create request https://review.openstack.org/196975 | 05:00 |
openstackgerrit | ShaoHe Feng proposed openstack/magnum: use bdict instead of cdict for baymodel testcase https://review.openstack.org/198216 | 05:00 |
*** suro-patz has quit IRC | 05:14 | |
*** yuanying-alt has joined #openstack-containers | 05:43 | |
*** yuanying-alt has quit IRC | 05:48 | |
*** j___ has joined #openstack-containers | 05:49 | |
*** fawadkhaliq has joined #openstack-containers | 05:54 | |
*** fawadk has joined #openstack-containers | 05:55 | |
*** fawadkhaliq has quit IRC | 05:58 | |
*** Kennan has quit IRC | 06:02 | |
*** Kennan has joined #openstack-containers | 06:02 | |
*** j___ has quit IRC | 06:04 | |
eliqiao | hello, can any one tell why I calling inspect_container get red timed out error? | 06:04 |
eliqiao | I 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 |
eliqiao | someone help me ! :( | 06:07 |
Kennan | eliqiao: please check that in docker logs | 06:14 |
eliqiao | Kennan: thanks, but where should I check ? on manager node ? | 06:16 |
*** j___ has joined #openstack-containers | 06:17 | |
Kennan | first make sure where your container is | 06:17 |
Kennan | if the container is run on manager node | 06:18 |
Kennan | you can check logs there | 06:18 |
eliqiao | Kennan: should be dockerd logs? | 06:22 |
Kennan | eliqiao: how do you run inpect command? | 06:23 |
eliqiao | Kennan: actually, I use magnum to call docker client, but I get time_out error | 06:23 |
eliqiao | Kennan: so I use docker client directly | 06:24 |
eliqiao | c = client.Client(base_url='tcp://172.24.4.40:2376', version='1.17', timeout=3) | 06:24 |
eliqiao | conti = c.containers(all=True) | 06:24 |
eliqiao | c.inspect_container('73b8e5891146f626f6dcdd0672626b10de452eb32bc65a71aad03d8f8c566f44') | 06:24 |
*** tobe has joined #openstack-containers | 06:24 | |
eliqiao | the 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 |
eliqiao | should be error happened on swarm manager or swarm node? | 06:26 |
Kennan | if I understood your question correctly. eliqiao: | 06:28 |
*** nihilifer has joined #openstack-containers | 06:28 | |
Kennan | you boot one swarm cluster with 2 swarm node | 06:28 |
Kennan | each node have on swarm container running | 06:28 |
*** achanda has joined #openstack-containers | 06:29 | |
Kennan | do you mean swarm container not working ? or you boot one new container in swarm node not working | 06:29 |
eliqiao | Kennan: 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 |
eliqiao | Kennan: all swarm-agent/manager service are running well | 06:34 |
eliqiao | Kennan: when I call magnum container-list, I found the code call docker_client to list all containter ,and try to inspect_container("id") it | 06:35 |
Kennan | eliqiao: do you mean container-list not work? | 06:35 |
Kennan | for timeout | 06:36 |
Kennan | ? | 06:36 |
eliqiao | Kennan: yes | 06:36 |
Kennan | how old of your magnum code? | 06:36 |
eliqiao | Kennan: but the root casue is when try to inspect the container on node(192.168.0.5), it get time out | 06:37 |
eliqiao | Kennan: what's that mean? I use lasted upstream magnum | 06:37 |
eliqiao | s/ lasted/the latest | 06:38 |
Kennan | eliqiao: pls run ps -ef | grep -i docker in manager node ? | 06:40 |
eliqiao | taget@taget-ThinkStation-P300:~/devstack$ ssh fedora@172.24.4.40 | 06:41 |
eliqiao | [fedora@swarmbay-n3noxsh5waca-swarm-manager-zbpwzrhiwegg ~]$ ps -ef | grep -i docker | 06:41 |
eliqiao | root 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-meta | 06:41 |
eliqiao | root 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://0adf48e4d22d5de0473d2110d20d0f12 | 06:41 |
eliqiao | root 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://0adf48e4d22d5de0473d2110d20d0f12 | 06:41 |
eliqiao | root 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 2375 | 06:41 |
eliqiao | fedora 1726 1707 0 06:41 pts/0 00:00:00 grep --color=auto -i docker | 06:41 |
eliqiao | [fedora@swarmbay-n3noxsh5waca-swarm-manager-zbpwzrhiwegg ~]$ | 06:41 |
eliqiao | sorry, this will be better http://paste.openstack.org/show/337843/ | 06:41 |
eliqiao | Kennan: hi I think I get the root cause | 06:43 |
Kennan | eliqiao: run docker -H tcp://0.0.0.0:2376 ps -a | 06:43 |
eliqiao | Kennan: I forget to add no_proxy to enviroment | 06:43 |
Kennan | eliqiao: I did not know what you change to tempaltes | 06:44 |
Kennan | proxy changes by you? | 06:44 |
eliqiao | Kennan: yes, without proxy, I can not boot up swarm service | 06:44 |
eliqiao | so I did some hacking.. | 06:44 |
Kennan | I did not know what changes you did. I usually run without changes to templates | 06:45 |
Kennan | I could work for that | 06:45 |
eliqiao | eliqiao: I am thinking about if we can add some hook scripts to heat template | 06:45 |
eliqiao | Kennan: the networking is differece from my company to yours | 06:45 |
*** belmoreira has joined #openstack-containers | 06:46 | |
eliqiao | Kennan: are you using servers in US ? | 06:46 |
Kennan | yes | 06:46 |
eliqiao | Kennan: without proxy, I can do nothing, so I need some hacking....... to bad!! | 06:46 |
Kennan | so 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 passed | 06:47 |
eliqiao | yes, http://paste.openstack.org/show/337844/ | 06:47 |
eliqiao | Kennan: I get the root cause, it proxy issue. | 06:47 |
eliqiao | I should add 192.168.0.5 in no_proxy, or it will get blocked. | 06:48 |
Kennan | ok eliqiao: good to know that | 06:48 |
eliqiao | but , for magnum code, I think we can do something to improve the exception handling.. | 06:48 |
Kennan | for proxy it should be interesting topic, I am glad to learn it if you share with blog or something :) | 06:48 |
Kennan | eliqiao: if you think some bug, please open it | 06:49 |
eliqiao | Kennan: yeah, good idea, I think it would be good to China developer, I will summarize them | 06:49 |
eliqiao | Kennan: okay.. | 06:49 |
eliqiao | Kennan: actually , I spend almost 1 week to debug proxy issue... stupid work!! | 06:50 |
Kennan | eliqiao: you could learn much from that, I think | 06:50 |
Kennan | know more than me about proxy :) | 06:51 |
eliqiao | Kennan: yeah, and also for swarm | 06:51 |
eliqiao | Kennan: but for k8s, I think I can not work it out, even with proxy, I can not access some links.. | 06:51 |
eliqiao | like http://gcr.io/ | 06:51 |
Kennan | yes, GFW issue is very special topic | 06:52 |
eliqiao | Kennan: too bad for Chinese developer.. | 06:52 |
Kennan | yes, eliqiao: agree | 06:53 |
*** dims_ has joined #openstack-containers | 06:53 | |
*** BertrandN has joined #openstack-containers | 06:53 | |
*** dims_ has quit IRC | 06:58 | |
*** coolsvap is now known as coolsvap|away | 07:11 | |
*** achanda_ has joined #openstack-containers | 07:11 | |
*** achanda has quit IRC | 07:11 | |
*** achanda has joined #openstack-containers | 07:12 | |
*** achanda_ has quit IRC | 07:14 | |
*** BertrandN has quit IRC | 07:19 | |
*** coolsvap has joined #openstack-containers | 07:24 | |
*** coolsvap has quit IRC | 07:25 | |
*** coolsvap|away is now known as coolsvap | 07:26 | |
*** shaohe_robot has quit IRC | 07:32 | |
*** shaohe_robot1 has joined #openstack-containers | 07:33 | |
*** yuanying-alt has joined #openstack-containers | 07:33 | |
*** BertrandN has joined #openstack-containers | 07:36 | |
*** Tango has quit IRC | 07:36 | |
*** yuanying-alt has quit IRC | 07:37 | |
*** coolsvap is now known as coolsvap|afk | 07:39 | |
*** kan__ has quit IRC | 07:40 | |
*** shaohe_robot has joined #openstack-containers | 07:45 | |
*** openstackstatus has quit IRC | 07:49 | |
*** shaohe_robot1 has quit IRC | 07:50 | |
*** sankarshan is now known as sankarshan_away | 07:50 | |
*** openstackstatus has joined #openstack-containers | 07:50 | |
*** ChanServ sets mode: +v openstackstatus | 07:50 | |
*** fawadk has quit IRC | 07:51 | |
*** yuanying has quit IRC | 08:09 | |
eliqiao | Kennan: 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 IRC | 08:22 | |
*** j___ has joined #openstack-containers | 08:36 | |
*** openstackgerrit has quit IRC | 08:57 | |
*** openstackgerrit has joined #openstack-containers | 08:58 | |
*** Marga_ has quit IRC | 09:05 | |
*** Marga_ has joined #openstack-containers | 09:05 | |
*** humble_ has joined #openstack-containers | 09:08 | |
*** fawadkhaliq has joined #openstack-containers | 09:09 | |
*** BertrandN has quit IRC | 09:09 | |
*** belmoreira has quit IRC | 09:11 | |
*** humble__ has quit IRC | 09:12 | |
*** yuanying-alt has joined #openstack-containers | 09:21 | |
*** BertrandN has joined #openstack-containers | 09:22 | |
*** yuanying-alt has quit IRC | 09:25 | |
*** achanda_ has joined #openstack-containers | 09:35 | |
*** Marga_ has quit IRC | 09:38 | |
*** achanda has quit IRC | 09:38 | |
*** Marga_ has joined #openstack-containers | 09:38 | |
*** belmoreira has joined #openstack-containers | 09:39 | |
*** achanda has joined #openstack-containers | 09:39 | |
*** achanda_ has quit IRC | 09:42 | |
*** humble_ has quit IRC | 10:02 | |
*** sgordon has quit IRC | 10:14 | |
*** sdake_ has quit IRC | 10:14 | |
*** sgordon has joined #openstack-containers | 10:18 | |
*** mfalatic has quit IRC | 10:23 | |
*** dims_ has joined #openstack-containers | 10:25 | |
*** Marga_ has quit IRC | 10:47 | |
*** yuanying-alt has joined #openstack-containers | 11:09 | |
*** achanda has quit IRC | 11:13 | |
*** yuanying-alt has quit IRC | 11:14 | |
*** achanda has joined #openstack-containers | 11:15 | |
*** tobe has quit IRC | 11:16 | |
*** fawadkhaliq has quit IRC | 11:24 | |
*** fawadkhaliq has joined #openstack-containers | 11:25 | |
*** achanda has quit IRC | 11:29 | |
*** Marga_ has joined #openstack-containers | 11:36 | |
*** j___ has quit IRC | 12:10 | |
*** j___ has joined #openstack-containers | 12:21 | |
*** fawadkhaliq has quit IRC | 12:25 | |
*** coolsvap|afk is now known as coolsvap|away | 12:27 | |
*** wznoinsk has quit IRC | 12:38 | |
*** fawadkhaliq has joined #openstack-containers | 12:39 | |
*** wznoinsk has joined #openstack-containers | 12:39 | |
*** j___ has quit IRC | 12:41 | |
*** zhenguo has quit IRC | 12:43 | |
*** fawadkhaliq has quit IRC | 12:50 | |
*** dboik has joined #openstack-containers | 13:16 | |
*** dboik has quit IRC | 13:20 | |
*** apuimedo has joined #openstack-containers | 13:25 | |
*** hongbin has joined #openstack-containers | 13:28 | |
*** Marga_ has quit IRC | 13:37 | |
*** dane_leblanc has joined #openstack-containers | 13:38 | |
*** BertrandN has quit IRC | 13:41 | |
*** dane_leblanc has quit IRC | 13:43 | |
*** j___ has joined #openstack-containers | 13:46 | |
*** dane_leblanc has joined #openstack-containers | 13:49 | |
*** Marga_ has joined #openstack-containers | 13:50 | |
*** achanda has joined #openstack-containers | 13:51 | |
*** Marga_ has quit IRC | 13:59 | |
*** Marga_ has joined #openstack-containers | 13:59 | |
Kennan | eliqiao: thanks | 14:06 |
*** hongbin has quit IRC | 14:08 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Upgrade code to be python 3 compatible https://review.openstack.org/196649 | 14:13 |
openstackgerrit | Merged openstack/magnum: pass baymodel date instead of bay data for baymodel create request https://review.openstack.org/196975 | 14:14 |
*** sdake has joined #openstack-containers | 14:16 | |
*** sdake_ has joined #openstack-containers | 14:17 | |
*** sdake has quit IRC | 14:21 | |
*** Marga_ has quit IRC | 14:22 | |
*** sdake_ is now known as sdake | 14:22 | |
*** achanda has quit IRC | 14:31 | |
*** sdake has quit IRC | 14:31 | |
*** j___ has quit IRC | 14:37 | |
*** belmoreira has quit IRC | 14:54 | |
*** hongbin has joined #openstack-containers | 14:57 | |
*** nihilifer has quit IRC | 14:59 | |
*** achanda has joined #openstack-containers | 15:10 | |
*** achanda has quit IRC | 15:22 | |
*** Marga_ has joined #openstack-containers | 15:45 | |
*** Tango has joined #openstack-containers | 15:47 | |
*** fawadkhaliq has joined #openstack-containers | 15:51 | |
*** fawadkhaliq has quit IRC | 15:55 | |
*** fawadkhaliq has joined #openstack-containers | 15:59 | |
*** nihilifer has joined #openstack-containers | 16:05 | |
*** Marga_ has quit IRC | 16:07 | |
*** DRoBeR has quit IRC | 16:08 | |
*** dims_ has quit IRC | 16:08 | |
*** sdake has joined #openstack-containers | 16:23 | |
*** fawadkhaliq has quit IRC | 16:27 | |
*** DRoBeR has joined #openstack-containers | 16:31 | |
*** achanda has joined #openstack-containers | 16:31 | |
*** apuimedo has quit IRC | 16:41 | |
*** apuimedo has joined #openstack-containers | 16:41 | |
*** achanda has quit IRC | 16:41 | |
*** dims_ has joined #openstack-containers | 16:51 | |
*** dims_ has quit IRC | 17:01 | |
*** sdake_ has joined #openstack-containers | 17:10 | |
*** sdake has quit IRC | 17:13 | |
*** achanda has joined #openstack-containers | 17:15 | |
*** chandankumar is now known as chandankumar_awa | 17:15 | |
*** sdake has joined #openstack-containers | 17:21 | |
*** sdake_ has quit IRC | 17:26 | |
*** chandankumar_awa is now known as chandankumar | 17:29 | |
*** Tango has quit IRC | 17:32 | |
*** achanda has quit IRC | 17:36 | |
*** nihilifer has quit IRC | 17:38 | |
*** dane_leblanc has quit IRC | 17:38 | |
*** achanda has joined #openstack-containers | 17:50 | |
*** apuimedo has quit IRC | 17:54 | |
*** fawadkhaliq has joined #openstack-containers | 18:45 | |
*** sdake_ has joined #openstack-containers | 18:52 | |
*** sdake has quit IRC | 18:56 | |
-openstackstatus- NOTICE: etherpad.openstack.org is offline for scheduled database maintenance, ETA 19:30 UTC | 19:02 | |
*** ChanServ changes topic to "etherpad.openstack.org is offline for scheduled database maintenance, ETA 19:30 UTC" | 19:02 | |
*** sdake_ has quit IRC | 19:05 | |
*** achanda has quit IRC | 19:12 | |
*** fawadkhaliq has quit IRC | 19:14 | |
*** sdake has joined #openstack-containers | 19:15 | |
*** EricGonczer_ has joined #openstack-containers | 19:25 | |
-openstackstatus- NOTICE: etherpad.openstack.org is still offline for scheduled database maintenance, ETA 19:45 UTC | 19:30 | |
*** ChanServ changes topic to "etherpad.openstack.org is still offline for scheduled database maintenance, ETA 19:45 UTC" | 19:30 | |
*** EricGonczer_ has quit IRC | 19:36 | |
*** ChanServ changes topic to "OpenStack Containers Team" | 19:52 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Validate bay type on creating resources https://review.openstack.org/198456 | 20:32 |
*** sdake_ has joined #openstack-containers | 20:52 | |
*** sdake has quit IRC | 20:55 | |
*** sdake_ is now known as sdake | 21:34 | |
openstackgerrit | Hongbin Lu proposed openstack/magnum: Eliminate mutable default arguments https://review.openstack.org/198465 | 22:14 |
*** hongbin has quit IRC | 22:15 | |
*** fawadkhaliq has joined #openstack-containers | 22:39 | |
*** dboik has joined #openstack-containers | 22:47 | |
*** dboik has quit IRC | 22:51 | |
*** fawadkhaliq has quit IRC | 22:52 | |
*** dims_ has joined #openstack-containers | 23:01 | |
*** sdake has quit IRC | 23:01 | |
*** sdake has joined #openstack-containers | 23:03 | |
*** dims_ has quit IRC | 23:07 | |
*** dims_ has joined #openstack-containers | 23:14 | |
*** dims_ has quit IRC | 23:18 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!