Sunday, 2016-04-10

*** yamamoto has joined #openstack-dragonflow00:53
*** yamamoto has quit IRC00:59
*** yamamoto has joined #openstack-dragonflow01:05
*** yamamoto has quit IRC01:13
*** gongysh has joined #openstack-dragonflow01:29
*** zenoway has quit IRC01:50
*** gongysh has quit IRC02:05
*** yamamoto has joined #openstack-dragonflow02:11
*** yamamoto has quit IRC02:17
*** zenoway has joined #openstack-dragonflow03:06
*** zenoway has quit IRC03:10
*** yamamoto has joined #openstack-dragonflow03:17
*** yamamoto has quit IRC03:22
*** zenoway has joined #openstack-dragonflow03:30
*** zenoway has quit IRC03:35
*** yamamoto has joined #openstack-dragonflow03:49
*** yamamoto has quit IRC03:54
*** zenoway has joined #openstack-dragonflow03:55
*** zenoway has quit IRC04:01
*** hshan has joined #openstack-dragonflow04:46
openstackgerritOmer Anson proposed openstack/dragonflow: Remove redundant call to _register_as_publisher from NB API.  https://review.openstack.org/30379804:55
hshanoanson: ping05:03
*** hshan has quit IRC05:08
*** yamamoto has joined #openstack-dragonflow05:17
*** yamamoto has quit IRC05:22
*** oanson has joined #openstack-dragonflow05:31
*** zenoway has joined #openstack-dragonflow05:36
*** zenoway has quit IRC05:40
openstackgerritMerged openstack/dragonflow: Fix AttributeError for calling _register_as_publisher  https://review.openstack.org/30332505:44
openstackgerritOmer Anson proposed openstack/dragonflow: Lookup router_port's network_id with lswitch's topic  https://review.openstack.org/29812106:12
*** zenoway has joined #openstack-dragonflow06:14
*** yamamoto has joined #openstack-dragonflow06:18
*** zenoway has quit IRC06:18
*** yamamoto has quit IRC06:23
*** irenab_ has joined #openstack-dragonflow06:32
*** irenab has quit IRC06:34
*** irenab_ is now known as irenab06:34
*** yamamoto has joined #openstack-dragonflow06:35
*** zenoway has joined #openstack-dragonflow06:38
*** zenoway has quit IRC06:42
*** yamamoto has quit IRC06:43
*** zenoway has joined #openstack-dragonflow06:52
*** zenoway has quit IRC06:56
*** zenoway has joined #openstack-dragonflow07:16
*** zenoway has quit IRC07:21
*** zenoway has joined #openstack-dragonflow07:54
*** gampel has joined #openstack-dragonflow07:55
*** gampel has quit IRC08:00
*** zenoway has quit IRC08:01
*** gampel has joined #openstack-dragonflow08:04
*** zenoway has joined #openstack-dragonflow08:13
*** zenoway has quit IRC08:17
*** Shlomo_N has quit IRC08:34
*** yuli_s has joined #openstack-dragonflow08:35
yuli_sraofei you here ?08:35
*** zenoway has joined #openstack-dragonflow08:37
*** zenoway has quit IRC08:41
openstackgerritLi Ma proposed openstack/dragonflow: Fix port update event loss  https://review.openstack.org/30328409:06
nick-maHi all, I have a bug fix that I think it is of high priority. I did a code analysis in the bug description: https://bugs.launchpad.net/dragonflow/+bug/1567773/comments/7 and also a fix is under review: https://review.openstack.org/#/c/303284/09:11
openstackLaunchpad bug 1567773 in DragonFlow "DHCP failed for instances" [High,In progress] - Assigned to Li Ma (nick-ma-z)09:11
nick-maIf it is wrong, please correct me. thanks a lot.09:11
nick-maby the way, the secgroup patch doesn't work for me. all the flows are correctly installed but they are not working at all. it takes time for me to go over each flow one by one. if someone made it, please tell me about it. maybe there is some fault in my environment.09:14
*** yamamoto has joined #openstack-dragonflow09:17
*** gongysh has joined #openstack-dragonflow09:25
*** yamamoto has quit IRC09:25
yuli_snick-ma, today I have a kind of similar bug (probably)09:39
yuli_safter installations no default rules existed in table 009:40
yuli_sexcept for in_port=109:40
yuli_si had to recreate the router interface of the private network on router109:40
yuli_si deleted it and created again, after that table:0 were filled with required rules09:41
*** CrayZee has joined #openstack-dragonflow09:51
*** oanson has quit IRC10:01
gampelnick-ma:  ping10:14
nick-magampel: pong10:14
gampelHi Raly is failing now often on subnet add delete test I think it is related to your change that we merged last week10:15
gampelwill you have have time to look at this next week10:15
gampelhttp://logs.openstack.org/38/280538/17/check/gate-dragonflow-dsvm-rally-nv/9db69ea/rally-plot/results.html.gz10:17
nick-mado you have logs? I just checked the ongoing reviews. for example, https://review.openstack.org/#/c/303397/, it is working.10:17
nick-maok.10:17
gampelIt does not fail all the time but every second patch more or less on Request Failed: internal server error while processing your request. Neutron server returns request_ids: ['req-aa39596f-ec48-41e8-ae50-767c3a054d31']10:18
gampelThanks10:19
nick-mai will fix. a tiny bug. sorry.10:20
gampelInternalError(errno, errorvalue)\n', "DBDeadlock: (pymysql.err.InternalError) (1213, u'Deadlock found when trying to get lock; try restarting transaction') [SQL: u'UPDATE ipavailabilityranges SET first_ip=%(first_ip)s WHERE ipavailabilityranges.allocation_pool_id = %(ipavailabilityranges_allocation_pool_id)s AND ipavailabilityranges.first_ip = %(ipavailabilityranges_first_ip)s AND ipavailabilityranges.last_ip = %(ipavailabili10:20
gampelOk thx10:20
nick-mathe database exception was discovered before, it seems not related with dragonflow.10:23
nick-madeadlock in ip allocation.10:23
openstackgerritLi Ma proposed openstack/dragonflow: Fix UnboundLocalError in create_subnet and update_subnet  https://review.openstack.org/30381910:24
openstackgerritMerged openstack/dragonflow: Stale port deletion when transaction failed  https://review.openstack.org/30339710:39
*** CrayZee has quit IRC10:59
*** CrayZee has joined #openstack-dragonflow11:00
openstackgerritMerged openstack/dragonflow: Fix UnboundLocalError in create_subnet and update_subnet  https://review.openstack.org/30381911:30
yuli_shttps://bugs.launchpad.net/dragonflow/+bug/156849811:54
openstackLaunchpad bug 1568498 in DragonFlow "sg test bug 1" [High,New]11:54
openstackgerritEran Gampel proposed openstack/dragonflow: Mitaka Version Features Update  https://review.openstack.org/30382512:06
*** gongysh has quit IRC12:07
openstackgerritEran Gampel proposed openstack/dragonflow: Mitaka Version Features Update  https://review.openstack.org/30382512:09
todinhmm. I think the local.conf in the vagrant environment is wrong because of the dist. DNAT changes. The concat from the the setup-controller.sh ends in the post-config stanza, but it should be in the local stanza12:32
gsagietodin: its very likely that its the case, we havent updated it recently, but feel free to send a patch with a correction if you have something12:34
todingsagie: ok, I will try12:36
gsagietodin: thanks12:36
todinnick-ma: you are right, when the external router is reachable all the flows are there.12:36
gsagietodin: btw, keep in mind we are in heavy integration point right now, so the master version is not that stable, we hope to stabilize it by the summit12:37
gsagiewe are getting into feature freeze12:37
todingsagie: no problem, I am wondering if I use df with dist. DNAT every compute node should have a br-ex and the dhcp-app in the local df-controlller?12:39
gsagietodin: br-ex yes, the dhcp app is not needed12:40
gsagiethere is a special local.conf needed i think, yuli_s do you have an example for todin?12:40
gsagietodin: actually the DHCP app needs to run in any compute node regardless, so yes but its not related to the distributed DNAT12:41
yuli_stodin, give me your email12:41
yuli_si will mail you my local.config12:41
todinyuli_s: see query12:42
todinand the dhcp app is getting the information via the e.g. etcd?12:43
todinand the neutron ml2 driver is putting the data into etcd?12:43
yuli_stodin, send12:43
yuli_sthe sg code is buggy at this point12:43
todinyuli_s: thanks12:43
gsagietodin : the DHCP app like everything else in the local controller can be distributed via the DB or via our pluggable pub-sub mechanism depends on your configuration12:44
gsagiewhat we do, instead of having DHCP namespace with dnsmasq is have an application in the local controller that answer DHCP offers/acks12:45
todingsagie: yep I saw that in the openflows12:45
todinwhat is the diffrents between the DB an dhte pluggable pub-sub mech?12:46
gsagiebtw, you can also work with q-dhcp if you prefer it12:46
todingsagie: no, I prefer the way you did that, I like it12:46
gsagietodin: we identified that sometimes you want different pub-sub mechanism then the one the DB offers, so the controller when it comes up first sync with the DB then register for specific topics on the pub-sub mechanism and our publishers (sitting in the Neutron servers) send the events12:47
gsagieso for example you could use Redis + ZeroMQ as the pub-sub mechanism to get notifications on DB changes (instead of using Redis build in pub-sub)12:47
gsagiewe identified that sometime there are different requierments from these two (db and pub-sub) so we abstracted them in the design12:48
gsagieFrom our testing we have very good results using ZeroMQ, we will publish them in the summit12:48
gsagieAre you going to attend the Austin summit todin?12:49
todingsagie: unfortunatly not, but collegues of mine12:50
gsagietodin: tell them to come to our design sessions, we can talk furthur about our future plans12:52
todingsagie: we are looking more for professional services to get us startet with our openstack plattform12:54
todincould you offer such services?12:58
gsagiewhat do you mean "professional services" ?12:59
gsagieyou have a cloud/data center and you want to deploy OpenStack?13:01
todinI mean that your engineers are  helping us to implement df in our environment.13:01
todingsagie: yes, we are a hosting company and want to deploy openstack in our datacenter. but right now we have some scalibilty issuses13:02
gsagietodin: which company if i may ask?13:03
*** CrayZee has quit IRC13:03
todingsagie: see query13:04
*** CrayZee has joined #openstack-dragonflow13:04
*** gongysh has joined #openstack-dragonflow13:52
*** gongysh has quit IRC14:10
*** gongysh has joined #openstack-dragonflow14:40
*** yuli_s has quit IRC15:22
*** gongysh has quit IRC16:09
*** oanson has joined #openstack-dragonflow16:48
*** oanson has quit IRC17:11
*** oanson has joined #openstack-dragonflow17:40
*** zenoway has joined #openstack-dragonflow20:02
*** zenoway has quit IRC20:29
*** oanson has quit IRC20:53
*** zenoway has joined #openstack-dragonflow21:25
*** gongysh has joined #openstack-dragonflow22:13
*** zenoway has quit IRC23:06
*** zenoway has joined #openstack-dragonflow23:21
*** zenoway has quit IRC23:29
*** zenoway has joined #openstack-dragonflow23:53
*** zenoway has quit IRC23:58

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