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.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to