Re: [ovs-dev] [PATCH] ovs-ctl: Don't decrease max open fds if already set higher

2014-05-09 Thread Ben Pfaff
On Thu, May 08, 2014 at 08:45:25PM +0200, Thomas Graf wrote: > A user may set LimitNOFILE through systemd or other means to set > the maximum number of open file descriptors. Only modify the ulimit > if not already set to a higher value by the user. > > Signed-off-by: Thomas Graf Thanks. Applie

Re: [ovs-dev] [PATCH] ovs-ctl: Don't decrease max open fds if already set higher

2014-05-08 Thread Andy Gospodarek
On Thu, May 08, 2014 at 08:45:25PM +0200, Thomas Graf wrote: > A user may set LimitNOFILE through systemd or other means to set > the maximum number of open file descriptors. Only modify the ulimit > if not already set to a higher value by the user. > > Signed-off-by: Thomas Graf Seems reasonabl

[ovs-dev] [PATCH] ovs-ctl: Don't decrease max open fds if already set higher

2014-05-08 Thread Thomas Graf
A user may set LimitNOFILE through systemd or other means to set the maximum number of open file descriptors. Only modify the ulimit if not already set to a higher value by the user. Signed-off-by: Thomas Graf --- utilities/ovs-ctl.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) di