Re: [ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-27 Thread Flavio Leitner
On Thu, Aug 27, 2015 at 05:16:19PM -0400, Russell Bryant wrote: > On 08/27/2015 04:26 PM, Flavio Leitner wrote: > > On Thu, Aug 27, 2015 at 03:49:13PM -0400, Russell Bryant wrote: > >> On 08/27/2015 03:26 PM, Flavio Leitner wrote: > >>> On Wed, Aug 26, 2015 at 05:46:53PM -0400, Russell Bryant wrote

Re: [ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-27 Thread Russell Bryant
On 08/27/2015 04:26 PM, Flavio Leitner wrote: > On Thu, Aug 27, 2015 at 03:49:13PM -0400, Russell Bryant wrote: >> On 08/27/2015 03:26 PM, Flavio Leitner wrote: >>> On Wed, Aug 26, 2015 at 05:46:53PM -0400, Russell Bryant wrote: The previous systemd units for OVN had systemd create a rundir fo

Re: [ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-27 Thread Flavio Leitner
On Thu, Aug 27, 2015 at 03:49:13PM -0400, Russell Bryant wrote: > On 08/27/2015 03:26 PM, Flavio Leitner wrote: > > On Wed, Aug 26, 2015 at 05:46:53PM -0400, Russell Bryant wrote: > >> The previous systemd units for OVN had systemd create a rundir for > >> each daemon (ovn-northd and ovn-controller

Re: [ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-27 Thread Russell Bryant
On 08/27/2015 03:26 PM, Flavio Leitner wrote: > On Wed, Aug 26, 2015 at 05:46:53PM -0400, Russell Bryant wrote: >> The previous systemd units for OVN had systemd create a rundir for >> each daemon (ovn-northd and ovn-controller). This "worked", in that >> the services did start successfully. Howe

Re: [ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-27 Thread Flavio Leitner
On Wed, Aug 26, 2015 at 05:46:53PM -0400, Russell Bryant wrote: > The previous systemd units for OVN had systemd create a rundir for > each daemon (ovn-northd and ovn-controller). This "worked", in that > the services did start successfully. However, they didn't actually > work. In practice, bot

[ovs-dev] [PATCH 1/3] rhel: Use same rundir for ovs and ovn.

2015-08-26 Thread Russell Bryant
The previous systemd units for OVN had systemd create a rundir for each daemon (ovn-northd and ovn-controller). This "worked", in that the services did start successfully. However, they didn't actually work. In practice, both services make use of files in the main ovs rundir, so just run everyth