Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-09 Thread Wei-Ting Lin
Hi, Based on your patches (race-condition-july-04-2013), I changes 2 files and looks like OK to fix these problems. Please check and confirm that, thanks. # diff ./ryu-race-condition-july-04-2013/ryu/controller/network.py /usr/local/lib/python2.7/dist-packages/ryu/controller/netwo

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-09 Thread Isaku Yamahata
No. How about this patch. It is still very lightly tested, though. I'll test it tomorrow. (and then send respin patch.) >From 9caa02cd3188f1d872fec9ed393279e34f7388d6 Mon Sep 17 00:00:00 2001 Message-Id: <9caa02cd3188f1d872fec9ed393279e34f7388d6.1373369725.git.yamah...@valinux.co.jp> In-Reply-To:

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-08 Thread Isaku Yamahata
On Tue, Jul 09, 2013 at 12:39:07PM +0900, FUJITA Tomonori wrote: > On Thu, 4 Jul 2013 11:42:16 +0900 > Isaku Yamahata wrote: > > > Hi. Thank you for giving it a try. > > > > I've sent out the patches. Can you please try the patches? > > I also uploaded it to github for convenience. > > git://git

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-08 Thread FUJITA Tomonori
On Thu, 4 Jul 2013 11:42:16 +0900 Isaku Yamahata wrote: > Hi. Thank you for giving it a try. > > I've sent out the patches. Can you please try the patches? > I also uploaded it to github for convenience. > git://github.com/yamahata/ryu race-condition-july-04-2013 > > Although I created the patc

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-04 Thread lefty Lin
Hi, after I try the patches (race-condition-july-04-2013), the ryu.log shows error about ryu.controller.network.remove_port Did I miss something? Thanks ### ryu.log remove_port Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/app/quantum_adapter.py", line 208

Re: [Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-03 Thread Isaku Yamahata
Hi. Thank you for giving it a try. I've sent out the patches. Can you please try the patches? I also uploaded it to github for convenience. git://github.com/yamahata/ryu race-condition-july-04-2013 Although I created the patches independently of your report, yours seems same issue. thanks, On We

[Ryu-devel] NetworkNotFound: no such network id, then DHCP fail

2013-07-03 Thread Wei-Ting Lin
Hi, I'm using OpneStack Grizzzly with Ryu 1.9. When I delete a network, The ryu.log shows exception "NetworkNotFound: no such network id", but the network can still be deleted. After that, when I create new instances in other network, the DHCP service in OpenStack will fail. The ryu.log just keep