Re: [ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-28 Thread Ben Pfaff
Applied, thanks. On Fri, Feb 28, 2020 at 02:43:44PM -0500, Mark Michelson wrote: > Yes, thank you Ben. > > On 2/28/20 2:22 PM, Ben Pfaff wrote: > > Does this need a backport to OVS 2.12? > > > > On Thu, Feb 27, 2020 at 04:27:33PM -0500, Mark Michelson wrote: > > > I've merged the change to

Re: [ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-28 Thread Mark Michelson
Yes, thank you Ben. On 2/28/20 2:22 PM, Ben Pfaff wrote: Does this need a backport to OVS 2.12? On Thu, Feb 27, 2020 at 04:27:33PM -0500, Mark Michelson wrote: I've merged the change to master and branch-20.03. On 2/27/20 2:37 PM, Numan Siddique wrote: On Thu, Feb 27, 2020 at 4:04 PM

Re: [ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-28 Thread Ben Pfaff
Does this need a backport to OVS 2.12? On Thu, Feb 27, 2020 at 04:27:33PM -0500, Mark Michelson wrote: > I've merged the change to master and branch-20.03. > > On 2/27/20 2:37 PM, Numan Siddique wrote: > > On Thu, Feb 27, 2020 at 4:04 PM Lorenzo Bianconi > > wrote: > > > > > > ovn-controller

Re: [ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-27 Thread Mark Michelson
I've merged the change to master and branch-20.03. On 2/27/20 2:37 PM, Numan Siddique wrote: On Thu, Feb 27, 2020 at 4:04 PM Lorenzo Bianconi wrote: ovn-controller is currently running as non-root so it is not allowed to configure system networking breaking ovn QoS support. Fix the issue

Re: [ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-27 Thread Numan Siddique
On Thu, Feb 27, 2020 at 4:04 PM Lorenzo Bianconi wrote: > > ovn-controller is currently running as non-root so it is not allowed to > configure system networking breaking ovn QoS support. Fix the issue > granting CAP_NET_ADMIN capability to ovn-controller process > > Tested-by: Ying Xu >

[ovs-dev] [PATCH ovn] controller: grant cap_net_admin to ovn-controller

2020-02-27 Thread Lorenzo Bianconi
ovn-controller is currently running as non-root so it is not allowed to configure system networking breaking ovn QoS support. Fix the issue granting CAP_NET_ADMIN capability to ovn-controller process Tested-by: Ying Xu Signed-off-by: Lorenzo Bianconi --- controller/ovn-controller.c | 2 +- 1