Re: [pve-devel] [PATCH v2 container 5/7] hotplug: handle pool limits

2024-12-19 Thread Daniel Kral
On 16/04/2024 14:20, Fabian Grünbichler wrote: > by checking the new values against the running limits. > > Signed-off-by: Fabian Grünbichler > --- > src/PVE/LXC/Config.pm | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm > i

[pve-devel] [PATCH v2 container 5/7] hotplug: handle pool limits

2024-04-16 Thread Fabian Grünbichler
by checking the new values against the running limits. Signed-off-by: Fabian Grünbichler --- src/PVE/LXC/Config.pm | 13 + 1 file changed, 13 insertions(+) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index a6baccd..248100e 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/