Re: [ovs-dev] [RFCv2] ovs-ctl: Allow selective start for db and switch

2016-03-24 Thread Aaron Conole
Ben Pfaff writes: > On Mon, Mar 21, 2016 at 09:37:15AM -0400, Aaron Conole wrote: >> Currently, ``ovs-ctl start'' will attempt to start both the DB and >> vswitchd. This is quite convenient when the database already has all of >> the configuration values required, and when using a single services

Re: [ovs-dev] [RFCv2] ovs-ctl: Allow selective start for db and switch

2016-03-23 Thread Ben Pfaff
On Mon, Mar 21, 2016 at 09:37:15AM -0400, Aaron Conole wrote: > Currently, ``ovs-ctl start'' will attempt to start both the DB and > vswitchd. This is quite convenient when the database already has all of > the configuration values required, and when using a single services file > for systemd integ

[ovs-dev] [RFCv2] ovs-ctl: Allow selective start for db and switch

2016-03-21 Thread Aaron Conole
Currently, ``ovs-ctl start'' will attempt to start both the DB and vswitchd. This is quite convenient when the database already has all of the configuration values required, and when using a single services file for systemd integration. The same goes for the ``ovs-ctl stop'' command. However, ther