[ovs-git] [ovn-org/ovn] 17d773: sandbox: Fix path to Sb DB socket for ovn-controll...

Ilya Maximets noreply at github.com
Mon Jan 25 10:49:46 UTC 2021


  Branch: refs/heads/branch-20.03
  Home:   https://github.com/ovn-org/ovn
  Commit: 17d77346bab7e55f2f8f5fc712898a995ca81f3a
      https://github.com/ovn-org/ovn/commit/17d77346bab7e55f2f8f5fc712898a995ca81f3a
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  sandbox: Fix path to Sb DB socket for ovn-controller-vtep.

There was a race between
commit ff4439dbdbc0 ("Build OVN using external OVS directory") and
commit 381c9319b1f0 ("ovn-ic: Interconnection controller with AZ registeration.")
Both touched sandbox code, but were accepted in the oppisite order
to one they were prepared and sent to the mail list.

This led to the case where new code from the first commit wasn't
updated by the second one leaving ovn-controller-vtep with
incorrect Southbound DB socket configuration, so it doesn't
work inside the sandbox:

  sandbox/ovn-controller-vtep.log:
  |reconnect|INFO|unix:ovn/tutorial/sandbox/ovnsb_db.sock:
        connection attempt failed (No such file or directory)

Fixes: 381c9319b1f0 ("ovn-ic: Interconnection controller with AZ registeration.")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: Han Zhou <hzhou at ovn.org>
Signed-off-by: Numan Siddique <numans at ovn.org>

(cherry-picked from master commit abd4cd227842539e424a4971cdc2f381a6dc78d9)




More information about the git mailing list