Code Monkey home page Code Monkey logo

ovn-fake-multinode's Issues

avoiding sudo would make it run faster

@otherwiseguy brought to my attention that using "sudo docker" instead of "docker" makes
scaling tests run a lot slower. This can cause wasted time when scaling to big
number of interfaces.

RUNC_CMD="${RUNC_CMD:-sudo docker}"

Newer sudos I think have the option to disable the network probing, sudo.conf
Set probe_interfaces false.

Another approach is to avoid the sudo in that line and require caller to do it once, when calling the
script:

[ $EUID -eq 0 ] || { echo 'must be root' >&2; exit 1; }

@dceara @numansiddique : wdyt?

It does not exist Port_Binding in ovn-sbctl show, what problem for this?

[root@ovstest ~]# ovs-vsctl show
3f9cb733-83a0-4c59-8160-2bbba9bd51f9
Bridge br-int
fail_mode: secure
datapath_type: system
Port br-int
Interface br-int
type: internal
Port vm2
Interface vm2
type: internal
ovs_version: "2.17.90"

[root@ovstest ~]# ovn-nbctl show
switch 61ecfd55-9bca-425f-8fa3-2707611dcbe2 (logicswitch_01)
port ls1-vm2

[root@ovstest ~]# ovn-sbctl show
Chassis lierda
hostname: ovstest
Encap geneve
ip: "192.168.100.188"
options: {csum="true"}

when runing on etcd by using run_ovsdb_etcd.sh、run_ovsdb_etcd_nb.sh and run_ovsdb_etcd_sb.sh, it does not exist Port_Binding in ovn-sbctl show. then can not produce the related ovs flow . why is this, any problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.