Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1974364: Change the way of gathering ovn db #245

Merged

Commits on Jun 29, 2021

  1. Change the way for gathering ovs db from compacting + copying db file…

    …s to ovsdb-client backup.
    
    This change should solve the following problems:
    - copying the .db file might pick partial data
    - even after compacting, it's not guaranteed that there are no transactions (which could happen after compacting and before copying the file). This makes it difficult for parsers other than ovsdb-server, e.g: insights.
    Also, files from ovsdb-client backup may be used by ovsdb-client restore for local debugging
    npinaeva committed Jun 29, 2021
    Copy the full SHA
    4cb5df9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Copy the full SHA
    cc8c604 View commit details
    Browse the repository at this point in the history