[ovs-discuss] Running userspace as nonroot

Ben Pfaff blp at nicira.com
Mon Apr 4 20:56:01 UTC 2011


On Mon, Apr 04, 2011 at 04:38:39PM -0400, Aaron Rosen wrote:
> When I run:
> 
> ovs-vsctl add-br br0
> 
> It just hangs. If I control C that and rerun it again it says br0
> already exists.

You want --no-wait:

       --no-wait
              Prevents ovs-vsctl from waiting for ovs-vswitchd to
              reconfigure itself according to the the modified
              database.  This option should be used if ovs-vswitchd is
              not running; otherwise, ovs-vsctl will not exit until
              ovs-vswitchd starts.

              This option has no effect if the commands specified do
              not change the database.



More information about the discuss mailing list