On Wed, Mar 04, 2015 at 10:17:49AM -0600, David Evans wrote: > Master branch current commit aaaac302d9828e21e0d222df85e8b40958fbfcb > > 2015-03-04T16:09:55Z|00007|ovsdb_idl|WARN|syntax "{"details":"auto_attach is > not a valid column name","error":"syntax > error","syntax":"[\"auto_attach\",\"controller\",\"datapath_id\",\"datapath_ > type\",\"datapath_version\",\"fail_mode\",\"flood_vlans\",\"flow_tables\",\" > ipfix\",\"mcast_snooping_enable\",\"mirrors\",\"name\",\"netflow\",\"other_c > onfig\",\"ports\",\"protocols\",\"rstp_enable\",\"rstp_status\",\"sflow\",\" > status\",\"stp_enable\"]"}": syntax error: <table-updates> includes unknown > table ³syntax" > > Commands which produced this: > Build with dpdk 1.7.1 > ovsdb-tool create /usr/local/etc/openvswitch/conf.db > /usr/share/openvswitch/vswitch.ovsschema > ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock > --remote=db:Open_vSwitch,Open_vSwitch,manager_options --pidfile --detach > ovs-vswitchd --dpdk -c 0xFFF -n 4 --socket-mem 16384,16384 -- > unix:/usr/local/var/run/openvswitch/db.sock --pidfile --detach > > Can you help resolve?
You need to use the version of the database that comes with ovs-vswitchd. You probably upgraded ovs-vswitchd but forgot to upgrade the database. See "Upgrading" in INSTALL.md. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev