[ovs-dev] [PATCH v1] Python IDL Mutate Fix

Ben Pfaff blp at ovn.org
Tue Aug 30 20:26:06 UTC 2016


On Tue, Aug 23, 2016 at 10:12:30PM -0700, Amitabha Biswas wrote:
> This patch fixes the scenario, where the mutate operation on a row
> is sent in the same transaction as row insert operation. It was
> obvserved that this mutate operation was not getting committed
> to the OVSDB.
> 
> To get around the above problem the "where" condition in an
> mutate operation is modified to use the named-uuid to identify
> a row created in the current transaction.
> 
> Signed-off-by: Amitabha Biswas <abiswas at us.ibm.com>
> Suggested-by: Richard Theis <rtheis at us.ibm.com>

Thanks, applied to master and branch-2.6.



More information about the dev mailing list