On Wed, Jul 10, 2013 at 04:45:06PM +0200, Benjamin Lunsky wrote:
> In follow up to my previous question, I am having intermittent behaviour when 
> running OVS in user spaceā€¦ 
> 
> This is my setup script:
> -----------------------------------------
>       ovsdb-tool create /usr/local/etc/openvswitch/conf.db 
> vswitchd/vswitch.ovsschema
>       ovsdb-server /usr/local/etc/openvswitch/conf.db 
> --remote=punix:/usr/local/var/run/openvswitch/db.sock 
> --remote=db:Open_vSwitch,manager_options --private-key=db:SSL,private_key 
> --certificate=db:SSL,certificate --bootstrap-ca-cert=db:SSL,ca_cert --        
>   pidfile --detach --log-file
>       ovs-vsctl --no-wait init
>       ovs-vswitchd --pidfile --detach
> 
>       ovs-vsctl add-br br0
>       ovs-vsctl add-port br0 eth2
>       ovs-vsctl add-port br0 eth3
>       ovs-vsctl show
>       ovs-vsctl set bridge br0 datapath_type=netdev                 ##  
> <----------- code keeps hanging here intermittently
> -----------------------------------------
> 
> occasionally the above code runs without error, otherwise it hangs
> at the indicated line.

Usually, if ovs-vsctl hangs, it means that there is some kind of
serious problem with ovs-vswitchd.  Did ovs-vswitchd crash?  What's in
the log?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to