Re: [ovs-dev] [PATCH 2/6] ovsdb: Check for ephemeral columns before writing a new schema.

2023-04-06 Thread Dumitru Ceara
On 3/27/23 21:42, 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

Re: [ovs-dev] [PATCH 2/6] ovsdb: Check for ephemeral columns before writing a new schema.

2023-03-31 Thread Simon Horman
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

[ovs-dev] [PATCH 2/6] ovsdb: Check for ephemeral columns before writing a new schema.

2023-03-27 Thread Ilya Maximets
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 performe