*** hongbin has joined #openstack-zun | 01:17 | |
*** Wenzhi has joined #openstack-zun | 01:21 | |
*** yanyanhu has joined #openstack-zun | 01:50 | |
hongbin | Wenzhi: eliqiao : ping | 02:13 |
---|---|---|
Wenzhi | hi hongbin | 02:14 |
hongbin | Wenzhi: hey | 02:14 |
hongbin | Wenzhi: are you a Nova contributor? | 02:14 |
Wenzhi | I was, worked for nova for several months last year | 02:14 |
hongbin | great | 02:15 |
hongbin | I am looking at the Nova networking code | 02:15 |
hongbin | do you know how Nova handle the network for VM? | 02:16 |
openstackgerrit | Merged openstack/higgins: Fix an issue on check_container_id https://review.openstack.org/360779 | 02:16 |
Wenzhi | let me check | 02:16 |
hongbin | thx | 02:16 |
hongbin | maybe not in detail, i just wonder how it works in general | 02:17 |
Wenzhi | https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py | 02:17 |
Wenzhi | https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L681 | 02:18 |
hongbin | yes, each driver needs to implement the plug_vif method | 02:19 |
Wenzhi | yes | 02:19 |
Wenzhi | https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L1447 | 02:19 |
hongbin | this method is complicated | 02:22 |
hongbin | _allocate_network is called first, then _plug_vif is called? | 02:25 |
hongbin | let me look at the _allocate_network carefully | 02:26 |
Wenzhi | in neturon case, nova compute manager will call neutron to create netron port and write the port info into neturon DB | 02:27 |
Wenzhi | neutron driver will watch the DB change and once the driver found the port info been modified, it will do the corresponding work | 02:28 |
hongbin | i see | 02:28 |
hongbin | where is the code to create the neutron port? | 02:29 |
Wenzhi | http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n663 | 02:35 |
hongbin | Wenzhi: yeah, that is | 02:38 |
Wenzhi | :) | 02:38 |
hongbin | it looks we need to copy a lot of networking code from Nova to Zun | 02:39 |
hongbin | which I am not sure if it is a good idea | 02:40 |
hongbin | but couldn't find another way | 02:40 |
Wenzhi | maybe we can copy nova first | 02:41 |
hongbin | yes | 02:41 |
hongbin | at the beginning of the project, the best way to boostrap is copy from other projects | 02:42 |
hongbin | maybe that is fine | 02:42 |
Wenzhi | agreed | 02:42 |
Wenzhi | or we can ask a container network expert for advice | 02:42 |
hongbin | do you know any container network expert? | 02:43 |
Wenzhi | no...:-) | 02:43 |
hongbin | i know a few, they are from kuryr team :( | 02:44 |
hongbin | i don't want to depend on kuryr when their gate is still broken | 02:44 |
hongbin | Wenzhi: which city you from? | 02:45 |
Wenzhi | my hometown is Lu'an city, Anhui Province and work in Shanghai | 02:46 |
hongbin | i see | 02:47 |
Wenzhi | and you? | 02:47 |
hongbin | i am from guangzhou | 02:47 |
hongbin | now live in toronto | 02:47 |
Wenzhi | i see | 02:47 |
*** manikanta_tadi has joined #openstack-zun | 02:47 | |
hongbin | ibm has an office in shanghai? | 02:47 |
Wenzhi | yes, in Zhangjiang | 02:48 |
hongbin | just googled zhangjiang | 02:50 |
hongbin | it is a high tech area | 02:50 |
hongbin | cool | 02:50 |
Wenzhi | yes, a IT 'holy land' in China, just like zhongguancun Park in Beijing | 02:51 |
hongbin | cool | 02:51 |
hongbin | i went to shanghai only once, at that time I am about 10 | 02:52 |
hongbin | if there is a chance, want to visit shanghai again | 02:52 |
Wenzhi | welcome, I can be your guide :) | 02:53 |
hongbin | :0 | 02:53 |
openstackgerrit | Yanyan Hu proposed openstack/higgins: Correct higgins reraising of exception https://review.openstack.org/360940 | 02:53 |
hongbin | need to leave now, see you later | 02:53 |
Wenzhi | see you | 02:53 |
*** hongbin has quit IRC | 02:54 | |
*** manikanta_tadi has quit IRC | 02:59 | |
openstackgerrit | Merged openstack/higgins: test: make enforce_type=True in CONF.set_override https://review.openstack.org/364002 | 03:01 |
openstackgerrit | Merged openstack/higgins: Catch more specific exception in compute manager https://review.openstack.org/362121 | 03:02 |
openstackgerrit | Merged openstack/higgins: Add empty post_test_hook script https://review.openstack.org/363495 | 03:07 |
openstackgerrit | Merged openstack/higgins: Remove bay reference from zun/objects/container.py https://review.openstack.org/363785 | 03:29 |
-openstackstatus- NOTICE: The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified. | 05:11 | |
*** ChanServ changes topic to "The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified." | 05:11 | |
*** flwang1 has quit IRC | 05:27 | |
*** flwang1 has joined #openstack-zun | 05:29 | |
*** chandankumar has joined #openstack-zun | 05:31 | |
*** ChanServ changes topic to "Container management service for OpenStack" | 05:37 | |
-openstackstatus- NOTICE: Space has been freed up on the log server. If you have POST_FAILURE results it is now safe to issue a 'recheck' | 05:37 | |
*** manikanta_tadi has joined #openstack-zun | 06:18 | |
*** janki has joined #openstack-zun | 06:26 | |
*** chandankumar has quit IRC | 06:47 | |
*** mikelk has joined #openstack-zun | 07:20 | |
*** chandankumar has joined #openstack-zun | 08:31 | |
*** chandankumar has quit IRC | 08:40 | |
*** arund has joined #openstack-zun | 08:57 | |
*** sudipto has joined #openstack-zun | 08:58 | |
*** sudipto_ has joined #openstack-zun | 08:58 | |
*** arund has quit IRC | 09:04 | |
*** arund has joined #openstack-zun | 09:21 | |
*** yanyanhu has quit IRC | 09:37 | |
*** sudipto has quit IRC | 09:40 | |
*** sudipto_ has quit IRC | 09:40 | |
*** arund has quit IRC | 09:44 | |
*** arund has joined #openstack-zun | 10:03 | |
openstackgerrit | bharaththiruveedula proposed openstack/higgins: Add validations for container operations https://review.openstack.org/364214 | 10:06 |
*** tbh has joined #openstack-zun | 10:25 | |
openstackgerrit | Arun Dhiman proposed openstack/higgins: Add validations for container operations https://review.openstack.org/364214 | 10:28 |
arund | Hi eliqiao, Wenzhi kindly review ^^ | 10:31 |
*** tbh has quit IRC | 10:34 | |
Wenzhi | arund: done, thanks for your patch | 10:36 |
*** arund has quit IRC | 10:37 | |
*** arund has joined #openstack-zun | 10:38 | |
*** manikanta_tadi has quit IRC | 11:07 | |
*** anteaya has quit IRC | 11:07 | |
*** eliqiao has quit IRC | 11:07 | |
*** manikanta_tadi has joined #openstack-zun | 11:09 | |
*** anteaya has joined #openstack-zun | 11:09 | |
*** eliqiao has joined #openstack-zun | 11:09 | |
*** manikanta_tadi has quit IRC | 11:15 | |
*** manikanta_tadi has joined #openstack-zun | 11:18 | |
openstackgerrit | Wenzhi Yu proposed openstack/higgins: WIP: Add etcd db driver https://review.openstack.org/364855 | 11:39 |
*** Wenzhi has quit IRC | 11:41 | |
*** flaper87 has quit IRC | 12:11 | |
*** sudipto_ has joined #openstack-zun | 12:24 | |
*** sudipto has joined #openstack-zun | 12:24 | |
*** flaper87 has joined #openstack-zun | 12:29 | |
*** flaper87 has quit IRC | 12:29 | |
*** flaper87 has joined #openstack-zun | 12:29 | |
*** john has joined #openstack-zun | 13:17 | |
*** john has quit IRC | 13:17 | |
*** chandankumar1 has joined #openstack-zun | 13:20 | |
*** manikanta_tadi has quit IRC | 13:39 | |
*** chandankumar1 has quit IRC | 13:44 | |
*** chandankumar has joined #openstack-zun | 13:46 | |
*** hongbin has joined #openstack-zun | 13:48 | |
*** yasemin has quit IRC | 13:48 | |
*** tbh has joined #openstack-zun | 13:50 | |
*** chandankumar has quit IRC | 14:22 | |
*** chandankumar has joined #openstack-zun | 14:23 | |
*** janki has quit IRC | 14:23 | |
*** chandankumar has quit IRC | 14:27 | |
*** chandankumar has joined #openstack-zun | 14:37 | |
*** mikelk has quit IRC | 14:59 | |
*** tbh has quit IRC | 15:12 | |
openstackgerrit | Merged openstack/higgins: Add validations for container operations https://review.openstack.org/364214 | 15:18 |
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is restarting quickly to relieve resource pressure and restore normal performance | 15:23 | |
*** janki has joined #openstack-zun | 15:33 | |
*** dims has quit IRC | 16:23 | |
*** dims has joined #openstack-zun | 16:32 | |
*** chandankumar has quit IRC | 16:44 | |
*** tbh_ has joined #openstack-zun | 16:49 | |
*** sudipto has quit IRC | 16:53 | |
*** sudipto_ has quit IRC | 16:53 | |
*** sudipto_ has joined #openstack-zun | 16:56 | |
*** sudipto has joined #openstack-zun | 16:56 | |
*** tbh_ has quit IRC | 16:59 | |
-openstackstatus- NOTICE: The infrastructure team is taking Gerrit offline for maintenance, beginning shortly after 18:00 UTC for a potentially 4 hour maintenance window. | 17:39 | |
*** sudipto has quit IRC | 17:47 | |
*** sudipto_ has quit IRC | 17:47 | |
*** sudipto has joined #openstack-zun | 17:53 | |
*** sudipto_ has joined #openstack-zun | 17:53 | |
*** arund has quit IRC | 18:01 | |
*** arund has joined #openstack-zun | 18:01 | |
*** arund has quit IRC | 18:04 | |
-openstackstatus- NOTICE: Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC. | 18:07 | |
*** ChanServ changes topic to "Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC." | 18:07 | |
*** sudipto has quit IRC | 18:25 | |
*** sudipto_ has quit IRC | 18:25 | |
*** janki has quit IRC | 18:29 | |
*** yuanying has quit IRC | 19:03 | |
*** ChanServ changes topic to "Container management service for OpenStack" | 19:16 | |
-openstackstatus- NOTICE: Gerrit is completing an online re-index, you may encounter slowness until it is complete | 19:16 | |
hongbin | if anyone ls looking for an entry-level work, check this one: https://bugs.launchpad.net/zun/+bug/1614398 | 19:25 |
openstack | Launchpad bug 1614398 in Zun "Show status reason for container" [High,Confirmed] | 19:25 |
*** openstackgerrit has quit IRC | 20:04 | |
*** openstackgerrit has joined #openstack-zun | 20:04 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack/zun: Update .gitreview post project rename https://review.openstack.org/365126 | 20:23 |
*** openstackgerrit has quit IRC | 23:18 | |
*** openstackgerrit has joined #openstack-zun | 23:19 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!