I'm attempting to add an additional --remote argument to the ovsdb-server on runtime, so that it not only opens a local unix socket, but a tcp socket for remote administration.
----- Original message ----- From: Ben Pfaff <[email protected]> To: Tim <[email protected]> Cc: [email protected] Subject: Re: [ovs-discuss] Additional arguments when starting ovsdb-server Date: Tue, 17 Mar 2015 13:16:33 -0700 On Tue, Mar 17, 2015 at 02:50:43PM -0500, Tim wrote: > I'm currently playing with OVS 2.3.1 LTS on Cent7 and I'm trying to pass > additional arguments to ovsdb-server at runtime, and I currently don't > see any way to do that. I can kill -15 the process after start up, and > re-run it with the options I want, but that seems barbaric. > > The only option related to ovsdb-server that I see is in > /etc/sysconfig/openvswitch but it seems to only relate to the nice > priority, and the /etc/rc.d/init.d/openvswitch script seems to only care > about setting that value when ran. > > Is there a way to go about this sanely? It doesn't normally make sense to "pass additional arguments to ovsdb-server at runtime". What are you trying to accomplish? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
