On 1/9/24 23:49, Ilya Maximets wrote: > Currently, the read-only option can be set on connections or JSON-RPC > server as a whole. However, there is no way to allow modifications in > one database, but not in the other. > > Adding an internal read-only flag for a database itself. Will be used > later for running active and backup databases in a single process. > > Marking the _Server database as read only is not necessary, because > modifications of internal databases are not allowed anyway, but it > doesn't hurt. > > Acked-by: Mike Pattrick <[email protected]> > Signed-off-by: Ilya Maximets <[email protected]> > ---
Looks good to me, thanks! Acked-by: Dumitru Ceara <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
