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] Mount the ovs directory for tcp-network-controller #232

Merged
merged 1 commit into from
Aug 8, 2018

Conversation

hwchiu
Copy link
Contributor

@hwchiu hwchiu commented Aug 8, 2018

Use the DumpOVSPorts in the network-controller, we will get the following error message.
Failed to dump ports: exit status 1: ovs-ofctl: peaceful_cori is not a bridge or a socket
The reason is that we don't have the peaceful_cori.mgnt unix socker in the network-controller container.

So, we should mount whole ovs directory into the container.

@codecov-io
Copy link

Codecov Report

Merging #232 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #232   +/-   ##
========================================
  Coverage    78.58%   78.58%           
========================================
  Files           50       50           
  Lines         2484     2484           
========================================
  Hits          1952     1952           
  Misses         410      410           
  Partials       122      122

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a7adf1...23f88ea. Read the comment docs.

@John-Lin John-Lin merged commit e682000 into develop Aug 8, 2018
@John-Lin John-Lin deleted the hwchiu/VX-257 branch August 8, 2018 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants