summaryrefslogtreecommitdiff
path: root/ovsdb/storage.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb: Check for ephemeral columns before writing a new schema.Ilya Maximets2023-04-241-7/+17
* ovsdb: Prepare snapshot JSON in a separate thread.Ilya Maximets2022-07-131-5/+6
* ovsdb: storage: Randomize should_snapshot checks when the minimum time passed.Ilya Maximets2021-12-131-2/+15
* raft: Don't keep full json objects in memory if no longer needed.Ilya Maximets2021-09-011-3/+1
* ovsdb: storage: Allow setting the name for the unbacked storage.Ilya Maximets2021-07-151-3/+10
* raft: Transfer leadership before creating snapshots.Ilya Maximets2021-05-141-7/+17
* ovsdb: Add unixctl command to show storage status.Dumitru Ceara2020-09-161-0/+10
* ovsdb: Add raft memory usage to memory report.Ilya Maximets2020-05-251-0/+10
* ovsdb raft: Precheck prereq before proposing commit.Han Zhou2019-03-071-0/+9
* Embrace anonymous unions.Ben Pfaff2018-05-251-2/+2
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+603