Re: [pve-devel] [PATCH container 1/2] fix #2938: increase limit of max cores from 128 to 512

2020-09-15 Thread Oguz Bektas
On Tue, Sep 15, 2020 at 11:03:52AM +0200, Thomas Lamprecht wrote: > On 9/14/20 12:32 PM, Oguz Bektas wrote: > > Signed-off-by: Oguz Bektas > > --- > > src/PVE/LXC/Config.pm | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Conf

Re: [pve-devel] [PATCH container 1/2] fix #2938: increase limit of max cores from 128 to 512

2020-09-15 Thread Thomas Lamprecht
On 9/14/20 12:32 PM, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > src/PVE/LXC/Config.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm > index 4cd669c..223b10e 100644 > --- a/src/PVE/LXC/Config.pm > +++ b/src/

[pve-devel] [PATCH container 1/2] fix #2938: increase limit of max cores from 128 to 512

2020-09-14 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- src/PVE/LXC/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index 4cd669c..223b10e 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -401,14 +401,14 @@ my $confdesc = {