[ovs-dev] [PATCH 05/22] ovsdb: trigger: Do not allow conversion in read-only mode.

2023-12-13 Thread Ilya Maximets
It's not a big problem, but it would be nice to ensure that the backup database cannot be locally converted. Fixes: e51879e99b3e ("ovsdb: Make OVSDB backup sever read only") Signed-off-by: Ilya Maximets --- ovsdb/trigger.c | 8 1 file changed, 8 insertions(+) diff --git a/ovsdb/trigger

Re: [ovs-dev] [PATCH 05/22] ovsdb: trigger: Do not allow conversion in read-only mode.

2024-01-02 Thread Mike Pattrick
On Wed, Dec 13, 2023 at 8:05 PM Ilya Maximets wrote: > > It's not a big problem, but it would be nice to ensure that > the backup database cannot be locally converted. > > Fixes: e51879e99b3e ("ovsdb: Make OVSDB backup sever read only") > Signed-off-by: Ilya Maximets Acked-by: Mike Pattrick __

Re: [ovs-dev] [PATCH 05/22] ovsdb: trigger: Do not allow conversion in read-only mode.

2024-01-09 Thread Ilya Maximets
On 1/2/24 16:54, Mike Pattrick wrote: > On Wed, Dec 13, 2023 at 8:05 PM Ilya Maximets wrote: >> >> It's not a big problem, but it would be nice to ensure that >> the backup database cannot be locally converted. >> >> Fixes: e51879e99b3e ("ovsdb: Make OVSDB backup sever read only") >> Signed-off-by