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

ovn-trace: need to read latest data when using daemon mode #168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 15, 2023

  1. ovn-trace: need to read latest data when using daemon mode

    When logical flow changed in SB, the result that ovn-trace evaluate
    using daemon mode is previous. Because the data from db just is read
    once when ovn-trace startup. This situation is not adapted for daemon
    mode. So we need to keep latest data from SB when ovn-trace use
    daemon mode.
    
    In addition, print the unixctl server path used to be recorded refer
    from ovn-nbctl and ovn-sbctl.
    
    Signed-off-by: Jun Gu <jun.gu@easystack.cn>
    gujun4990 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    43b084f View commit details
    Browse the repository at this point in the history