On Mon, Mar 27, 2023 at 09:42:57PM +0200, Ilya Maximets wrote: > Clustered databases do not support ephemeral columns, but ovsdb-server > checks for them after the conversion result is read from the storage. > It's much easier to recover if this constraint is checked before writing > to the storage instead. > > It's not a big problem, because the check is always performed by the > native ovsdb clients before sending a conversion request. But the > server, in general, should not trust clients to do the right thing. > > Check in the update_schema() remains, because we shouldn't blindly > trust the storage. > > Signed-off-by: Ilya Maximets <[email protected]>
Reviewed-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
