Re: [ovs-dev] [PATCH v2 1/3] utilities/ovs-ctl.in: Allow non-monitoring daemons

2016-08-10 Thread Russell Bryant
On Thu, Jul 28, 2016 at 10:09 AM, Flavio Leitner wrote: > > On Wed, Jul 27, 2016 at 01:21:58PM -0700, Ben Pfaff wrote: > > On Mon, Jul 25, 2016 at 02:03:51PM -0400, Aaron Conole wrote: > > > This commit allows the ovs-ctl command to spawn daemons without the > > > internal process monitor. This

Re: [ovs-dev] [PATCH v2 1/3] utilities/ovs-ctl.in: Allow non-monitoring daemons

2016-07-28 Thread Flavio Leitner
On Wed, Jul 27, 2016 at 01:21:58PM -0700, Ben Pfaff wrote: > On Mon, Jul 25, 2016 at 02:03:51PM -0400, Aaron Conole wrote: > > This commit allows the ovs-ctl command to spawn daemons without the > > internal process monitor. This is useful when integrating with, > > ex. systemd, which provides it

Re: [ovs-dev] [PATCH v2 1/3] utilities/ovs-ctl.in: Allow non-monitoring daemons

2016-07-27 Thread Ben Pfaff
On Mon, Jul 25, 2016 at 02:03:51PM -0400, Aaron Conole wrote: > This commit allows the ovs-ctl command to spawn daemons without the > internal process monitor. This is useful when integrating with, > ex. systemd, which provides its own monitoring facilities. > > Signed-off-by: Aaron Conole > Rev

[ovs-dev] [PATCH v2 1/3] utilities/ovs-ctl.in: Allow non-monitoring daemons

2016-07-25 Thread Aaron Conole
This commit allows the ovs-ctl command to spawn daemons without the internal process monitor. This is useful when integrating with, ex. systemd, which provides its own monitoring facilities. Signed-off-by: Aaron Conole Reviewed-by: Markos Chandras Acked-by: Ben Pfaff Acked-by: Flavio Fernandes