[ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

Ben Pfaff blp at nicira.com
Mon Mar 2 18:29:06 UTC 2015


On Mon, Mar 02, 2015 at 04:08:52PM +0500, david jhon wrote:
> I am really sorry for this absurd question but I am not getting exactly why
> my code for setting a column in database fails on this assertion in
> ovsdb-idl.c:
> ovs_assert(row->old == NULL ||
>                 row->table->modes[column_idx] & OVSDB_IDL_MONITOR);
> 
> ovs-vsctl: ../lib/ovsdb-idl.c:1905: assertion row->old == NULL ||
> row->table->modes[column_idx] & OVSDB_IDL_MONITOR failed in
> ovsdb_idl_txn_write__()

You're trying to write to a column that you haven't configured the
client library to read from the database server, which doesn't make
sense.



More information about the discuss mailing list