Re: [Ryu-devel] failover

2013-07-26 Thread Vasiliy Tolstov
2013/7/26 FUJITA Tomonori : > It depends on your application running on Ryu. IOW, your application > needs to handle such situation. Ok. For example i run openvswitch that uses ryu. Ryu runs in kvm virtual machine that in case of fail may be restarted on another node. -- Vasiliy Tolstov, e-mail

Re: [Ryu-devel] failover

2013-07-25 Thread FUJITA Tomonori
On Thu, 25 Jul 2013 12:36:06 +0400 Vasiliy Tolstov wrote: > Hello. I want to use ryu in my custom network setup and provide > network controller for servers that runs openvswitch. > But i'm stuck at understanding - how can i deal with failing hardware > node that runs ryu? > If i run new ryu inst

[Ryu-devel] failover

2013-07-25 Thread Vasiliy Tolstov
Hello. I want to use ryu in my custom network setup and provide network controller for servers that runs openvswitch. But i'm stuck at understanding - how can i deal with failing hardware node that runs ryu? If i run new ryu instance does it works right with already configured data paths from previ