Re: [ovs-dev] [PATCH] ovn-ctl: Set max open files limit for SB DB.

2019-05-24 Thread Ben Pfaff
On Tue, May 14, 2019 at 03:15:29PM -0700, Han Zhou wrote: > From: Han Zhou > > Increase the limit on the number of open file descriptors, because > SB DB may connect to large number of chassises. > > Signed-off-by: Han Zhou Applied, thanks! ___ dev m

Re: [ovs-dev] [PATCH] ovn-ctl: Set max open files limit for SB DB.

2019-05-15 Thread aginwala
Acked-by: aginwala On Wed, May 15, 2019 at 8:58 AM Han Zhou wrote: > > > On Wed, May 15, 2019 at 12:53 AM aginwala wrote: > >> >> >> On Tue, May 14, 2019 at 3:15 PM Han Zhou wrote: >> >>> From: Han Zhou >>> >>> Increase the limit on the number of open file descriptors, because >>> SB DB may

Re: [ovs-dev] [PATCH] ovn-ctl: Set max open files limit for SB DB.

2019-05-15 Thread Han Zhou
On Wed, May 15, 2019 at 12:53 AM aginwala wrote: > > > On Tue, May 14, 2019 at 3:15 PM Han Zhou wrote: > >> From: Han Zhou >> >> Increase the limit on the number of open file descriptors, because >> SB DB may connect to large number of chassises. >> >> Signed-off-by: Han Zhou >> --- >> ovn/ut

Re: [ovs-dev] [PATCH] ovn-ctl: Set max open files limit for SB DB.

2019-05-15 Thread aginwala
On Tue, May 14, 2019 at 3:15 PM Han Zhou wrote: > From: Han Zhou > > Increase the limit on the number of open file descriptors, because > SB DB may connect to large number of chassises. > > Signed-off-by: Han Zhou > --- > ovn/utilities/ovn-ctl | 8 > 1 file changed, 8 insertions(+) >

[ovs-dev] [PATCH] ovn-ctl: Set max open files limit for SB DB.

2019-05-14 Thread Han Zhou
From: Han Zhou Increase the limit on the number of open file descriptors, because SB DB may connect to large number of chassises. Signed-off-by: Han Zhou --- ovn/utilities/ovn-ctl | 8 1 file changed, 8 insertions(+) diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl index cc