On Wed, Mar 24, 2010 at 09:27:46PM +0000, Lee, Jeongkeun wrote: > It seems like I should fill up vswitchd/vswitch.ovsschema with right > configurations before calling 'ovsdb-tool create', should I?
I just noticed this part of your message. The ovsschema file is fixed for any given version of Open vSwitch. It is read-only and used only for creating the database. It's not used by ovsdb-server at all but only in the "ovsdb-tool create" step. It's the database file (which we've mostly been naming /etc/ovs-vswitchd.conf.db but that's an awful name and we're planning to change it) that changes. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
