Re: [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Zhou, Han
+1 :) Han Zhou Irc: zhouhan On Monday, April 25, 2016, Korzeniewski, Artur wrote: > Sign me up :) > > Artur > IRC: korzen > > -Original Message- > From: Darek Smigiel [mailto:smigiel.dari...@gmail.com ] > Sent: Monday, April 25, 2016 7:19 PM > To: OpenStack Development Mailing List (not

Re: [openstack-dev] [neutron] Social at the summit

2016-04-28 Thread Zhou, Han
t 8:27 PM, Kyle Mestery wrote: >> >> I propose we meet at Bangers on Rainey St. at 6PM. I don't have a >> reservation but it should be able to hold 50+ people. See y'all at 6PM >> Thursday! >> >> Kyle >> >> On Apr 25, 2016, at 1:07 PM

Re: [openstack-dev] [Neutron][Networking-ovn] Instances on the compute node can not get IP address from DHCP

2016-01-28 Thread Zhou, Han
Hi, Checked with Chen for ofproto/trace for the drop flow on controller node: sudo ovs-appctl ofproto/trace "recirc_id(0),tunnel(tun_id=0x1,src=9.197.45.38,dst=9.197.45.35,ttl=64,geneve({class=0x102/0x102,len=4/0x1,0x40003/0x40003}),flags(-df-csum+key)),in_port(7),skb_mark(0),eth_type(0x0800),ip

Re: [openstack-dev] [Neutron][networking-ovn][networking-odl] Syncing neutron DB and OVN DB

2016-07-22 Thread Zhou, Han
Thanks Numan & Amitabha, this may be the right direction to solve the bug [1]. It basically implements Neutron API as async call, and queuing the request within DB transaction, and the ordering is preserved by the journal thread "lock" that is implemented with state PROCESSING plus DB transactio

Re: [openstack-dev] [Neutron][networking-ovn][networking-odl] Syncing neutron DB and OVN DB

2016-07-27 Thread Zhou, Han
On Wed, Jul 27, 2016 at 7:15 AM, Russell Bryant wrote: > > > On Wed, Jul 27, 2016 at 5:58 AM, Kevin Benton wrote: > >> > I'd like to see if we can solve the problems more generally. >> >> We've tried before but we very quickly run into competing requirements >> with regards to eventual consisten