It's own configuration database, we cannot have a centralized one ? What is the purpose of ptcp:ip:port then ? Just to be able to have several instance of ovs-server on the same physical server ?
----- Message d'origine ---- De : Ben Pfaff <[email protected]> À : DarkBls <[email protected]> Cc : [email protected] Envoyé le : Ven 18 juin 2010, 22h 11min 17s Objet : Re: [ovs-discuss] Purpose of the configuration database On Fri, Jun 18, 2010 at 02:02:05PM +0000, DarkBls wrote: > So far I've two servers: Phosphorus and Sulphur > > Phosphorus host the configuration database and an OvS instance which has : > > [r...@phosphorus ~]# ovs-vsctl add-br br0 > [r...@phosphorus ~]# ovs-vsctl add-port br0 eth1 > [r...@phosphorus ~]# ovs-vsctl add-port br0 tap1 > > On Sulfur when I want to launch the OvS Daemon pointing by TCP on > Phosphorus: That will not work. Each OVS must have its own configuration database, which must be hosted by an ovsdb-server running on the same machine. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
