Comment 11 for bug 1649124

Revision history for this message
David Hill (david-hill-ubisoft) wrote :

I'm not sure if this is the cause of the problem but if I escape the " when trying to run it like this:

ovs-vsctl --timeout=10 --oneline --format=json -- --id=@manager create Manager target=\"ptcp:6640:127.0.0.1\" -- add Open_vSwitch . manager_options @manager

I then get this error message:
ovs-vsctl: transaction error: {"details":"Transaction causes multiple rows in \"Manager\" table to have identical values (\"ptcp:6640:127.0.0.1\") for index on column \"target\". First row, with UUID 4d4e7ccb-48f5-48ab-a901-ec57584e71d3, existed in the database before this transaction and was not modified by the transaction. Second row, with UUID 774a7c64-442a-4f0a-9568-d0bc88dc1182, was inserted by this transaction.","error":"constraint violation"}