Discussion:
[ovs-discuss] multiple controller for a given OVS
Mohammad Banikazemi
2013-09-05 22:03:14 UTC
Permalink
Can an OVS be set to have more than one controller such that if one
controller fails another controller can be used by the switch?
If yes, how do I do that? Can I specify multiple controllers by using
theset-controller option of ovs-vsctl for this purpose or there are other
mechanisms to be used?

I have not been able to get a concrete answer to this question and have
seen conflicting answers to similar questions.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130905/271017d4/attachment.htm>
Ben Pfaff
2013-09-05 22:07:04 UTC
Permalink
Post by Mohammad Banikazemi
Can an OVS be set to have more than one controller such that if one
controller fails another controller can be used by the switch?
No. OVS supports multiple controllers but it always connects to all
of them, there is no notion of "primary" and "secondary".
Vasiliy Tolstov
2013-09-06 12:52:26 UTC
Permalink
Post by Ben Pfaff
Post by Mohammad Banikazemi
Can an OVS be set to have more than one controller such that if one
controller fails another controller can be used by the switch?
No. OVS supports multiple controllers but it always connects to all
of them, there is no notion of "primary" and "secondary".
Does this mean that all controlled equal and can control ovs in same time?
How can I add two controllers to ovs bridge?

_______________________________________________
Post by Ben Pfaff
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130906/f808bc8d/attachment.htm>
Ben Pfaff
2013-09-06 16:26:13 UTC
Permalink
Post by Vasiliy Tolstov
Post by Ben Pfaff
Post by Mohammad Banikazemi
Can an OVS be set to have more than one controller such that if one
controller fails another controller can be used by the switch?
No. OVS supports multiple controllers but it always connects to all
of them, there is no notion of "primary" and "secondary".
Does this mean that all controlled equal and can control ovs in same time?
Yes, they can do that.
Post by Vasiliy Tolstov
How can I add two controllers to ovs bridge?
ovs-vsctl set-controller

Loading...